mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Remove some old documentation about a deleted test system in json.lua [ci skip]
This commit is contained in:
parent
4a42504cc2
commit
1923a5f115
1 changed files with 0 additions and 4 deletions
|
|
@ -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 <code>TESTS</code> table and run the <code>test</code> method
|
||||
--
|
||||
-- There is a straightforward mapping between JSON and Lua data types. One
|
||||
-- exception is JSON <code>NULL</code>, which is not the same as Lua
|
||||
-- <code>nil</code>. (A better match for Lua <code>nil</code> is JavaScript
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue