D
D
Dmitry2012-03-04 22:13:06
JSON
Dmitry, 2012-03-04 22:13:06

Please help me choose a JSON parsing library in C\C++?

I need to work with Json files in my C++ project with precompiled headers, which will store some configuration data.
Requirements:
1) Workability under Win32/x64
2) Quite stable
3) Compiles without problems under MSVC 2008/2010
added:
4) Not Boost and not Boost-like.
So far, I have reviewed and made some conclusions under:
JsonCpp - I saw on the Internet and there is an opinion that there are some problems under x64
Jzon - does not compile under MSVC 2008
Yajl - The author does not seek to work safely, warning messages under MSVC 2008 keep pouring
cajun- 2.0.2 - Trying, not sure yet
I know it exists:
* JsonLibrary.zip
* jansson-2.3.tar.gz
* libjson_7.5.1.zip
Please share your thoughts and experiences

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
rtorsten, 2012-03-04
@rtorsten

JSON Spirit
You can also look at the property_tree from boost, it has support for working with JSON, but it certainly doesn't look nice like JSON spirit.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question