ddowling / JSON

C++ JSON parser and formatter
MIT License
1 stars 1 forks source link

JSON

C++ classes for formatting and parsing strings in JSON format. This class handles all of the JSON types. The parser can also be configured to relax some of the strict syntax rules to be more user friendly when parsing configuration files that use the JSON format.