Releases: whyisitworking/C-Simple-JSON-Parser
Releases · whyisitworking/C-Simple-JSON-Parser
v2.3.2
v2.3.1
Fixed
- Warnings
Breaking changes
JSON_SCRAPE_WHITESPACEchanged toJSON_SKIP_WHITESPACE
v2.3
- Added differentiation between
longanddoublefortyped(json_number) - Fixed first example in README
v2.2
- Lookup elements from an object with keys
Full RFC-8259 compliance
Changes
- Null elements/entries are ignored correctly
- Heterogeneous array support
v2.0.0
Complete revamp with multiple type support
Types
JSON_TYPE_STRING: StringJSON_TYPE_NUMBER: Number (Double)JSON_TYPE_OBJECT: ObjectJSON_TYPE_ARRAY: ArrayJSON_TYPE_BOOLEAN: Boolean
Data structures
json_string_tjson_number_tjson_object_tjson_array_tjson_boolean_t