json_to_cpp icon indicating copy to clipboard operation
json_to_cpp copied to clipboard

Generate C++ class from JSON data

Results 2 json_to_cpp issues
Sort by recently updated
recently updated
newest added

Just skimmed the readme and spotted these: - *classes are given the name of their member suffixed with a "_t"* => names that ends with "_t" are reserved by `POSIX`,...

Added tuple recognition. This may need limits such as up until a certain size.