JSON library intended to be used in the lambda-os build system
| .github/workflows | ||
| inc | ||
| src | ||
| tests | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README | ||
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