Actually put the JSON doc into the user manual 63/4363/5
authorE. Scott Daniels <daniels@research.att.com>
Thu, 9 Jul 2020 15:56:10 +0000 (11:56 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Mon, 13 Jul 2020 14:59:59 +0000 (10:59 -0400)
commit5a9d7c67d1ec1e4410995eae4b50f929396935f6
treec04af28d488c616de66e71e9613be24165105e90
parent97204c8a0eb213af5f4c656cd30f1ecf82c8a520
Actually put the JSON doc into the user manual

The user manual include statment wasn't pulling the json section.
This change fixes that.

This change also closes some memory leaks in the json wrapper.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I54849c67960fd945a85327a3ff308d7d7651b673
15 files changed:
doc/src/lib/front_junk.im
doc/src/lib/rst.im
doc/src/lib/setup.im
doc/src/user/Makefile
doc/src/user/cpp_frame.im
doc/src/user/example1.im
doc/src/user/example2.im
doc/src/user/example3.im
doc/src/user/jhash.im
doc/src/user/user_guide.xfm
docs/user-guide.rst
src/json/jhash.cpp
src/json/jwrapper.c
test/Makefile
test/jhash_test.cpp