Generates a JSON string with white spaces to improve the readability. Note that the Indent parameter is ignored (it is kept for signature compatibility).
Parses JSON formatted strings. Objects are converted to Maps and arrays are converted to Lists. Typical code: DimJSONAsJSONParser JSON.Initialize(File.ReadString(File.DirAssets, "example.json"))
Dimm1AsMap = JSON.NextObject'the whole file is parsed now