Im trying all I can to parse a JSON file, it was working before the update, I can console log the json object/string but when I do the parse or the json path.
JSON.get returns 0, empty value, have you faced this issue?
Develop games in your browser. Powerful, performant & highly capable.
Never mind I made it work, but JSON plugin is confusing
If you get a 0, it is likely because the JSON file you are trying to parse did break in its syntax and/or structure.
You have multiple example of usage for the JSON object :
editor.construct.net
construct.net/en/courses/displaying-dialogue-games-36
Hopefully those will help you sort things out.