blob: 6f775a3d5ef4d93dc7ba4882a6941db8242272b5 [file] [log] [blame]
E. Scott Daniels97204c82020-06-29 15:39:57 -04001
2This directory contains the code to allow the framework to
3provide a light-weight json parser. The parser, based on
4a the third party Jasmn code (link below) parses a json
5"blob" into a symbol table (rmr_symtab). The xcpp_json
6class provides the API to then access the parsed data.
7
8
9The jsmn package is included at the root as an submodule
10and is used only at build time.
11