Our great sponsors
-
I would like to use quicktype.io to generate C++ code for reading my configuration files. This works great however all json schema integer types are converted to int64_t.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- TypeScript devs: what are some issues that TypeScript cause that would be solved with a dev tool/library?
- Help with JSON decoding in swift. Primarily do I have to build the data model for every piece returned in the JSON or can I let some data be lost when decoding it to my data model?
- Swift JSON parse problem
- Is it bad practice to only type required properties, and accept an arbitrary number of untyped optional properties?
- How would you design/implement an interface for this kind of JSON in rust?