Add json support
[ric-plt/xapp-frame-cpp.git] / src / json / README
1
2 This directory contains the code to allow the framework to
3 provide a light-weight json parser. The parser, based on
4 a the third party Jasmn code (link below) parses a json
5 "blob" into a symbol table (rmr_symtab). The xcpp_json
6 class provides the API to then access the parsed data.
7
8
9 The jsmn package is included at the root as an submodule
10 and is used only at build time.
11