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