david
|
b3edd3d4c0
|
Make json.lua string escaping/unescaping a little nicer. Derive both
forward and reverse escapes from a single table.
|
2010-02-28 22:05:04 +00:00 |
|
david
|
15915eb793
|
Make Json:parseValue handle any kind of value, without taking a
parameter to control whether only top-level structures are allowed.
Instead, move the special top-level code out to the Json:parseStart
function.
|
2010-02-28 21:31:55 +00:00 |
|
david
|
dfe10a6866
|
Remove the call to test() at the end of json.lua, otherwise the test
gets run (and output printed) whenever the module is loaded.
|
2010-02-28 21:26:22 +00:00 |
|
david
|
e89094261d
|
Add json.lua, couchdb-databases.nse, and couchdb-stats.nse, all by
Martin Holst Swende.
|
2010-02-28 21:25:01 +00:00 |
|