sm.json.save

Write a lua table to json.

Kind: Function

Environments: Game, Terrain

Game

sm.json.save( root, path )

Open the full Game reference

Parameters:

Name Type Description
root table The lua table.
path string The json file path.

Terrain

sm.json.save( root, path )

Open the full Terrain reference

Parameters:

Name Type Description
root table The lua table.
path string The json file path.