JSON++ v1.11 (Set 7, 2018)
Download
is there different from Yann 's Json plugin?
I've never used this other plugin. I think JSON++ might be easier.
i see ,thanks!
[quote:qcktpsn0]
New version 1.00
[quote:24r4mm5d]
New version
[quote:jlytmceb]
*fixed HTML | iFrame incompatibility.
*add set headers.
[quote:257b0m1c]
Develop games in your browser. Powerful, performant & highly capable.
[quote:1hyjyypk]
Can it does jsonp?
emoticon
You can load it from a website or set it directly, eg:
*Load JSON:
"https://www.website.com/myjson.json"[/code:3mnqjx6j] *[i]Set JSON[/i]: [code:3mnqjx6j] "{ ""array"": [ 1, 2, 3 ], ""boolean"": true, ""null"": null, ""number"": 123, ""object"": { ""a"": ""b"", ""c"": ""d"", ""e"": ""f"" }, ""string"": ""Hello World"" }" [/code:3mnqjx6j]
[quote:mpid8j0a]
Can this load a JSON file from the file system? Or does it have to already be hosted on a website?
KeeghanM yes you can.
You can import a json file into the 'Files' folder inside Construct 2 and load like this: "file.json"
Or you can specify a local path: "C:\Program Files\My Project\file.json"
[quote:3nrp2w8q]
New version 1.02 (Oct 21, 2017)