JSON library intended to be used in the lambda-os build system
Find a file
2023-05-25 20:39:08 -05:00
.github/workflows Update for Github integrations. 2021-08-17 23:36:46 -05:00
inc Fix leniancy flag 2022-03-03 17:56:22 -06:00
src Support quoted commas in maps and arrays. 2022-03-02 20:07:04 -06:00
tests Add description print to each test case set 2023-05-25 20:39:08 -05:00
.gitignore Initial commit, minimal testing. 2021-08-17 21:55:19 -05:00
LICENSE Initial commit, minimal testing. 2021-08-17 21:55:19 -05:00
Makefile Fix leniancy flag 2022-03-03 17:56:22 -06:00
README Support escaped quotes 2022-03-02 19:52:39 -06:00

Lambda JSON Library
-------------------

This library is mainly intended to be used with the Lambda OS build system to
parse configuration files, for kernel and module configuration in particular.
However, the intent was to make it generally useful in any application
requiring basic JSON parsing.

Missing features (not currently planned):
 - Special escape sequences (e.g. \n or \033)
 - JSON generation