Skip to main content

JSON (Lua)

info

The JSON module in lua should be accessed from the static object json

The JSON module provides useful JSON tools specifically for lua.

Static Methods

Method NameReturn TypeDescription
parseTableParses a JSON string into a lua table
serializestringSerializes a Table into a JSON string
isNullboolReturns true if the value specified is a null read from a json
nullobjectReturns a null object for Tables to be represented correctly in JSON