LuaJsonValue:new
The constructor for a LuaJsonValue object (creates a new LuaJsonValue).
Syntax
LuaJsonValue:new( value )
Arguments
| Argument | Description | 
|---|---|
| value | (lua_json_type) The initial value. This can be a Boolean, float, integer, string, LuaJsonArray, LuaJsonObject, LuaJsonValue, or nil. | 
Returns
(LuaJsonValue). The new LuaJsonValue object.