ws.goulding.script-library.mergjson | |
Type | library |
Dictionary | LCS |
Library | LiveCode Script |
Associations | ws.goulding.script-library.mergjson |
Summary | The mergJSON external itself can not parse JSON to and from
multi-dimensional arrays. This is achieved through |
Description | The mergJSON external itself can not parse JSON to and from
multi-dimensional arrays. This is achieved through |
Type | Name | Summary | Syntax |
---|---|---|---|
function | ArrayToJSON | Parse a LiveCode array to JSON | ArrayToJSON(<pArray>,<pForceRootType>,<pPretty>) |
- - - | JSONToArray | Parse JSON to a LiveCode array | JSONToArray(<pJSON>) |
library | ws.goulding.script-library.mergjson | The mergJSON external itself can not parse JSON to and from
multi-dimensional arrays. This is achieved through | JSONToArray(<pJSON>) |