jsoncpp icon indicating copy to clipboard operation
jsoncpp copied to clipboard

update readFromStream example

Open juniortaeza opened this issue 1 year ago • 0 comments

readFromString provides an example accessing data by index key e.g., root["Name"].asString(), but readFromStream's example isn't as comprehensive.

I've updated the readFromStream example to not only collect and print comments, but capture an array of json objects through the use of the Json::ValueIterator class. More documentation provided here.

juniortaeza avatar Oct 01 '24 15:10 juniortaeza