So I need to do JSON documents parsing. I already parse xml documents with pugixml and now I need to parse JSON documents with the same\similar rules as XML ones.
Is there an opensourse (MIT or something similar) JSON parser with an API similar to pugixml?