From 6b598fe5471be02f90bbbec91945ede824673f76 Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 14 Apr 2016 16:50:47 +0000 Subject: [PATCH] Remove an incorrect NSEdoc blurb: JSON Object uses all keys --- nselib/json.lua | 1 - 1 file changed, 1 deletion(-) 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 {}