Hi, --- On Thu, Sep 25, 2014 at 4:43 PM, YOGESHWAR DAN CHARAN <[email protected]> wrote: | I am bit confused about do I have to use a pre- implemented library like | jsoncpp <https://github.com/open-source-parsers/jsoncpp>, json++ | <https://github.com/tunnuz/json> or do I have to port it from XML to JSON | myself i.e create my own library. \--
You can strongly encouraged to use an existing C++ JSON library. I'd suggest you see existing libraries available in Fedora or Ubuntu that you can use. Otherwise, you can try the above one which is MIT licensed, but, should be fine with the cppagent that uses the Apache license. IANAL though. SK -- Shakthi Kannan http://www.shakthimaan.com _______________________________________________ Users mailing list [email protected] http://lists.dgplug.org/listinfo.cgi/users-dgplug.org
