mirror of
https://github.com/nmap/nmap.git
synced 2026-01-17 20:09:02 +00:00
Remove an incorrect NSEdoc blurb: JSON Object uses all keys
This commit is contained in:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user