sm.json.parseJsonString

Parses a json string to lua table.

Kind: Function

Environments: Game, Terrain

Game

sm.json.parseJsonString( json )

Open the full Game reference

Parameters:

Name Type Description
json string The json string.

Returns:

Type Description
table The table.

Terrain

sm.json.parseJsonString( json )

Open the full Terrain reference

Parameters:

Name Type Description
json string The json string.

Returns:

Type Description
table The table.