Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 331 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 331 Bytes

JLib

A Simple Pure C99 Json Library.

Build Tests with CMake

cmake -S tests -B build
cmake --build build

Build Tests with CMakeAuto

cmakeauto build -s tests

References

  • RFC 8259 - The JavaScript Object Notation (JSON) Data Interchange Format