JSON
json.type
Returns a string type name for a value. json.null returns “null”. Tables return “array” or “object” using the same table classification as json.isArray and json.isObject. Other values return the runtime Lua type name result.
Returns a string type name for a value. json.null returns “null”. Tables return “array” or “object” using the same table classification as json.isArray and json.isObject. Other values return the runtime Lua type name result.