Skip to main content
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.

Syntax

Arguments

Returns

Example

Check the exact type string returned by the JSON helper.