From 1923a5f115ffd04ecbc9cf0115c77ea8af3414ac Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 6 Feb 2017 18:45:06 +0000 Subject: [PATCH] Remove some old documentation about a deleted test system in json.lua [ci skip] --- nselib/json.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nselib/json.lua b/nselib/json.lua index 8f392c174..a0b473164 100644 --- a/nselib/json.lua +++ b/nselib/json.lua @@ -2,10 +2,6 @@ -- Library methods for handling JSON data. It handles JSON encoding and -- decoding according to RFC 4627. -- --- There is a test section at the bottom which shows some example --- parsing. If you want to parse JSON, you can test it by pasting sample JSON --- into the TESTS table and run the test method --- -- There is a straightforward mapping between JSON and Lua data types. One -- exception is JSON NULL, which is not the same as Lua -- nil. (A better match for Lua nil is JavaScript