json5 / json5-spec

The JSON5 Data Interchange Format
https://spec.json5.org
MIT License
49 stars 11 forks source link

Effort to pool in json5 parsers and stringifiers under this single Github organization #44

Open Himujjal opened 1 year ago

Himujjal commented 1 year ago

JSON5 is a good format. Simple, easy to understand, easy to write, JSON compatible.

There have been multiple parsers and stringifiers written for it across the internet and Github. An initiative to pool in these resources into a single organization would be wonderful.

Let's start with my implementation: zig-json5

Other repos include JSON5 formatter and json5-rs