diff --git a/nselib/json.lua b/nselib/json.lua index 2de8c59d9..520b6702d 100644 --- a/nselib/json.lua +++ b/nselib/json.lua @@ -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 {}