Content tagged json
JSON is a language-independent data format. It was derived from JavaScript.
Lets say I have this json. { "test" : }. Using the JSON plugin is it possible to get the array as a string? Or if it was an object to get that object as a strin...
I apologize if this has been covered, but I haven't been able to find a straightforward answer after days of searching and playing around in Construct. I'm buil...
I have a json file (in fact more than one). I want to extract a text from a json and make it appear on a "text". I don't acheive to do it and don't find any tut...
I am working on quiz game and I wants to load data from json file and save different value of different key. To diffrent variables. Like. { "subCat" : "Marvel",...
Level design are saved and load with json file. I can save it on live preview or localhost, but, on exported file (html5) save file are blocked by browser. Here...
I'm trying to push an object like: {name: "John", age: 35, hobbies: }. To selected path which is an array, I couldn't find a way to push objects in C3, I don't...
Ive made a blocky game. I can build structures out of blocks. Now I want to save a structure (made of multiple instances of one block-object(different animation...
The example JSON project on start page is extremely simple. It doesn't include setting attrib values in the JSON. Here is what I'm trying to do. So if my JSON s...
I'm finding it useful to put complex object data in string instance vars as Json. I've got this working well in my function events (onFunction) when I only work...
I'm implementing a level editor into my game, and I've gotten stuck on the save/load function. I'm trying to make the custom levels as simple as possible by hav...