I have a file - pointValuesArray.json, which can be edited with the array editor.
AJAX on "PointValuesArray" completed -
Returned pointValuesArrayJsonObj json data from debug:
{"c2array":true,"size":[2,13,1],"data":[[["A"],[2],[3],[4],[5],[6],[7],[8],[9],[10],["J"],["Q"],["K"]],[[1],[2],[3],[4],[5],[6],[7],[8],[9],[0],[0],[0],[0]]]}
When I double click pointValuesArray.json, I get an editable table like this table -
construct.net/en/make-games/manuals/construct-3/interface/file-editors/array-editor
but unable to retrieve values.
"PointValues A: " & pointValuesArrayJsonObj.Get(".A")
returns 0
I can see this JSON data in the debug, but unable to show this data in the consol and thus anywhere else - thus reluctant to delete it
I also have a PointValues array object - but have no idea how to populate it with data - unable to figure out how to insert data into the array object.