aboutsummaryrefslogtreecommitdiff
path: root/test/json101.test
Commit message (Collapse)AuthorAge
...
* Back out the json_check() routine. Instead, throw an error if the input todrh2015-08-28
| | | | | a json function (other than json_valid()) is not valid JSON. FossilOrigin-Name: dc9ce7b18cbe23d065317757234ef9fb8792da7a
* Add the json_check() function, which returns its argument if the argumentdrh2015-08-28
| | | | | is well-formed JSON or which throws an error otherwise. FossilOrigin-Name: 64abb65d4df11e5b3bcc4afc8e7c18e907c6080a
* Enhance the json_insert(), json_replace(), and json_set() functions with thedrh2015-08-28
| | | | | | ability to add JSON instead of text if the argument is text and if the PATH begins with '$$' instead of just '$'. FossilOrigin-Name: 44f103d8862abc2d5613bac04dc2ea8e625b1f40
* Fixes for compiler warnings and errors in the makefiles. Rename thedrh2015-08-21
one test script to json101.test. FossilOrigin-Name: 9ff6ccde5f26f18073587c320290570854ffc833