https://github.com/justinmeiners/wjson
Single header json writer for stdio.
https://github.com/justinmeiners/wjson
c json single-header-library
Last synced: 2 months ago
JSON representation
Single header json writer for stdio.
- Host: GitHub
- URL: https://github.com/justinmeiners/wjson
- Owner: justinmeiners
- Created: 2022-11-20T22:19:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T05:04:27.000Z (over 3 years ago)
- Last Synced: 2025-04-04T03:13:21.088Z (over 1 year ago)
- Topics: c, json, single-header-library
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wJson
A single header json writer for C.
This is a very simple library which writes directly to a `FILE` without the need
to create trees of structures or allocate memory.