question

Upvotes
Accepted
4 2 0 4

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

elektronrefinitiv-realtimeelektron-sdkrrtema-apielektron-message-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
104 0 3 4

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

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

@asiri.rathnayake thank you for the advice, I will look into RapidJSON.

Click below to post an Idea Post Idea