Kodi Community Forum

Full Version: Recommended JSON library
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For the Enigma2 pvr addon Tiny XML is used mainly for restful calls.

I have a need to process JSON calls now. Is there a in built library available for parsing or is it just a case of adding something myself?
For anyone who's interested I used nlohmann/json, works well with modern c++.