Content tagged json

JSON is a language-independent data format. It was derived from JavaScript.

208 usages of this tag
  • 3 replies
  • 1.62K views
This content is deleted
Forum Topic
Get path of json, as json string?
Not favoritedFavorited Favorited 0 favourites

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...

posted 6 years ago
  • 5 replies
  • 1.79K views
This content is deleted
Forum Topic
SaveStateJSON Question
Not favoritedFavorited Favorited 0 favourites

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...

posted 6 years ago
  • 2 replies
  • 939 views
This content is deleted
Forum Topic
How do I took a text from a json?
Not favoritedFavorited Favorited 0 favourites

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...

posted 6 years ago
  • 6 replies
  • 3.97K views
This content is deleted
Forum Topic
How do I get data from json ?
Not favoritedFavorited Favorited 0 favourites

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",...

posted 6 years ago
  • 0 replies
  • 515 views
This content is deleted
Forum Topic
[Help] Can't save json file
Not favoritedFavorited Favorited 0 favourites

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...

posted 6 years ago
  • 5 replies
  • 3.37K views
This content is deleted
Forum Topic
[SOLVED]How do I push an object to array using JSON?
Not favoritedFavorited Favorited 0 favourites

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...

posted 6 years ago
  • 0 replies
  • 573 views
This content is deleted
Forum Topic
How do I save objects as a json?
Not favoritedFavorited Favorited 1 favourites

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...

  • 6 replies
  • 1.41K views
This content is deleted
Forum Topic
Where can I find a good JSON example C3 project?
Not favoritedFavorited Favorited 0 favourites

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...

posted 6 years ago
  • 2 replies
  • 907 views
This content is deleted
Forum Topic
How do I use 2, 3 or more JSON in same onFunction?
Not favoritedFavorited Favorited 0 favourites

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...

posted 6 years ago
  • 4 replies
  • 1.75K views
This content is deleted
Forum Topic
How do I load custom levels with JSON and arrays?
Not favoritedFavorited Favorited 1 favourites

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...

Similar Tags