K
K
Kirill Zhilyaev2018-07-08 23:17:36
C++ / C#
Kirill Zhilyaev, 2018-07-08 23:17:36

What library to use for JSON?

I am looking for a library to work with JSON. The first thing that the search engine offers is nlohmann and rapidjson. Neither the first nor the second have gathered on my VS15. It is desirable that it be similar to org.json from JAVA

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly, 2018-07-08
@kirill_782

Well, if you follow the link to any successful CI build and see if it works with VS2015, here's an example for nlohmann: https://ci.appveyor.com/project/nlohmann/json/buil... .
You need to figure out why you are not going to. View build options ( https://github.com/nlohmann/json/blob/develop/appv... ) etc. This is C ++, and the fact that something is not going to work for you is quite a common thing. A package manager is not yet possible, unfortunately.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question