mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Remove an incorrect NSEdoc blurb: JSON Object uses all keys
This commit is contained in:
parent
20d6d17c2c
commit
6b598fe547
1 changed files with 0 additions and 1 deletions
|
|
@ -68,7 +68,6 @@ end
|
|||
|
||||
--- Makes a table be treated as a JSON Object when generating JSON
|
||||
--
|
||||
-- A table treated as an Object has all non-number indices ignored.
|
||||
-- @param t a table to be treated as an object
|
||||
function make_object(t)
|
||||
local mt = getmetatable(t) or {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue