question

Upvotes
Accepted
4 3 0 6

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-sdkema-apirrtelektron-message-api
icon clock
10 |1500

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

Hello @Dave Streeter,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
104 1 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 512.0 KiB each and 1.0 MiB total.

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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