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

https://github.com/marcos-venicius/cson

A very simple JSON reader in C
https://github.com/marcos-venicius/cson

c json json-reader lexer lib linked-list parser parsers syntax-tree

Last synced: 17 days ago
JSON representation

A very simple JSON reader in C

Awesome Lists containing this project

README

          

# Cson

A simple Json lib/formater/minifier in pure C

![image](https://github.com/user-attachments/assets/4ce0bb7f-5e29-46a8-a1a5-f0e8c56aefaa)

## Needed improvements

- [x] Fix the formatter scaping strings
- [ ] Better error reporting at parser level
- [ ] Generate a libray from Cson

## Next steps

- Create a first release

## Disclaimer

> [!WARNING]
> This is a working in progress.