commit | 97204c8a0eb213af5f4c656cd30f1ecf82c8a520 | [log] [tgz] |
---|---|---|
author | E. Scott Daniels <daniels@research.att.com> | Mon Jun 29 15:39:57 2020 -0400 |
committer | E. Scott Daniels <daniels@research.att.com> | Tue Jun 30 14:58:31 2020 -0400 |
tree | 19721de2c22c54bf3d35ee870e2d76952bd78db0 | |
parent | 0ac0fb452f47bf32beb4965bf7569034c415be93 [diff] [blame] |
Add json support The munchkin xAPP needs lightweight json, as might other xAPPs, so it makes sense to do the work onece and add it to the framework. Issue-ID: RIC-420 Signed-off-by: E. Scott Daniels <daniels@research.att.com> Change-Id: I20ea999ba77566d1404f0d69be0f63669943236e
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a88d7ab --- /dev/null +++ b/.gitmodules
@@ -0,0 +1,3 @@ +[submodule "ext/jsmn"] + path = ext/jsmn + url = https://github.com/zserge/jsmn