Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
json-parser v1.5.0 source code.tar.gz | 2025-04-28 | 15.4 kB | |
json-parser v1.5.0 source code.zip | 2025-04-28 | 18.5 kB | |
README.md | 2025-04-28 | 237 Bytes | |
Totals: 3 Items | 34.1 kB | 0 |
Changes
- Remove rbtree. Search a JSON object takes linear time now.
- Better parsing speed becuase of not sorting objects.
- 'json_object_size()' and 'json_array_size()' 's return type from 'int' to 'size_t' to prevent overflowing.