nxdk icon indicating copy to clipboard operation
nxdk copied to clipboard

jsoncpp: Add jsoncpp 1.9.5

Open sharkwouter opened this issue 3 years ago • 1 comments

Jsoncpp is a library for parsing JSON in C++. It's very portable and does not require any Xbox specific patches to work. I personally use it a lot.

This PR includes a sample which prints a JSON value from a file.

sharkwouter avatar Jun 21 '22 23:06 sharkwouter

This is very cool. Thanks for your effort.

I understand the goal of nxdk is to improve its package manager to make including such libraries much eaiser. (reduce maintainer burden etc). This library would be an ideal candidate for that in the future.

Would you be happy to include this work in the wiki instead? https://github.com/XboxDev/nxdk/wiki/Projects-using-nxdk

Ryzee119 avatar Jul 03 '22 07:07 Ryzee119

Please close this pull request since it's not going to be upstream plus there are various json libraries to choose from.

RadWolfie avatar Aug 11 '23 00:08 RadWolfie