An open API service indexing awesome lists of open source software.

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.

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.