Change JSON export to be valid JSON
commit4fcdd51a6cc954d3ad2e3bd3044c91580d312df0
authorOlly Betts <olly@survex.com>
Thu, 24 Feb 2022 01:43:45 +0000 (24 14:43 +1300)
committerOlly Betts <olly@survex.com>
Thu, 24 Feb 2022 01:58:07 +0000 (24 14:58 +1300)
tree3e2e389ea9e7da3cd8f87beedda76fad37002c25
parent9e51c08851ba5ed605cc19e9672ef0ca2b9d3041
Change JSON export to be valid JSON

This means the output has changed incompatibly, but it wasn't valid
JSON before which suggests nobody was actually successfully using it.

Fixes #128, reported by Pawczak.
src/json.cc
tests/Makefile.am
tests/cavern.tst
tests/jsonexport.json [new file with mode: 0644]
tests/jsonexport.svx [new file with mode: 0644]