https://github.com/xetera/json-parser-c
It parses json and pretty prints it
https://github.com/xetera/json-parser-c
Last synced: over 1 year ago
JSON representation
It parses json and pretty prints it
- Host: GitHub
- URL: https://github.com/xetera/json-parser-c
- Owner: Xetera
- Created: 2023-09-18T21:53:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T21:53:55.000Z (almost 3 years ago)
- Last Synced: 2025-01-31T14:48:17.017Z (over 1 year ago)
- Language: C
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C Parser
It's not good, it's not organized and it's not even fast. But it is done and I did it. Not according to the JSON specification, but according to my standards.