loadFromJson

function

loadFromJson(filename)

Description

Loads json file and turns it into struct and array nested data structure

Arguments

Name Type Description
filename string The file to load

Returns

struct/array

Example

loadFromJson("save.json");


Copyright © 2021, Milan Varady. Built on June 28, 2021 using GMDoc.