https://github.com/expresschs/jsmn_ext
a extension for jsmn, make it easier to parse complex JSON data.
https://github.com/expresschs/jsmn_ext
embedded jsmn json
Last synced: 4 months ago
JSON representation
a extension for jsmn, make it easier to parse complex JSON data.
- Host: GitHub
- URL: https://github.com/expresschs/jsmn_ext
- Owner: expresschs
- License: mit
- Created: 2024-10-19T14:56:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-25T08:17:21.000Z (over 1 year ago)
- Last Synced: 2025-10-27T04:52:57.934Z (8 months ago)
- Topics: embedded, jsmn, json
- Language: C
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsmn_ext
A extension for jsmn, Make it easier to parse complex JSON data.
jsmn is a minimalistic JSON parser in C. It can be easily integrated into resource-limited or embedded projects.
## Reference
- [zserge/jsmn](https://github.com/zserge/jsmn)