EMA C++ MRN Consumer Client - Which JSON Parser to use?

I have the "EMA Consumer - Request & Decode Machine Readable News" as the basis for an MRN consumer client up and running.

I need a JSON Parser to validate and build a database from the incoming JSON data string.

Does anybody have a recommendation for a open licence JSON Parser?

I found one in Github https://github.com/open-source-parsers/jsoncpp , has anybody used that?

Thanks

Dave

Best Answer

  • We use RapidJSON, it seems to be able to handle the JSON content of MRN_STORY and MRN_TRNA feeds quite well.

Answers