Content tagged json

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

Similar Tags

Report Tag

182 usages of this tag
  • 3 replies
  • 394 views
This content is deleted
Forum Topic
How do I use different arrays for different layouts?
0 favourites

I've created a universal event sheet that can interpret the data I put in my json arrays to make a room like so: My goal is to create an event sheet and a json...

posted 3 years ago
  • 2 replies
  • 568 views
This content is deleted
Forum Topic
Using JSON data to keep RPG stats etc.?
0 favourites

I'm wondering what's the best way to have all the data of a "typical RPG" stored. I really like the modularity of Javascript objects. So is there anything wrong...

  • 5 replies
  • 360 views
This content is deleted
Forum Topic
How do I read JSON nodes directly?
1 favourites

I'm trying to do a direct call to "mission.Conditions.Condition1.A00". No matter what it wont let me access. I did open the Sample project and that uses Loops,...

posted 3 years ago
  • 2 replies
  • 942 views
This content is deleted
Forum Topic
JSON response AJAX from my API website
1 favourites

Hi mates I'm creating a leaderboards website for HTML5 games so i'm trying to integrate Construct 3. I already success on create player, set player score and ge...

posted 3 years ago
  • 14 replies
  • 583 views
This content is deleted
Forum Topic
Struggling with simple JSON condition ;-;
0 favourites

I want to check each of the first 100 values of the json (Chunk_Width and Chunk_Height are both equal to 10, If that value is greater than zero (all 100 values...

posted 3 years ago
  • 1 replies
  • 437 views
0 favourites

Let's say you have imported a file into the Construct project and you called it "theme.Json". The code inside reveals to be an array code in JSON. And then you...

posted 3 years ago
  • 2 replies
  • 310 views
This content is deleted
Forum Topic
Reading TileJSON
0 favourites

Hello for those more well versed in TileJSON, I'd like to know how to read this: (particularly when the x is involved). {"c2tilemap":True,"width":25,"height":12...

posted 3 years ago
  • 2 replies
  • 554 views
This content is deleted
Forum Topic
Arrays - Instance Variables - AsJSON
0 favourites

Do the instance variables of an array get stored in the AsJSON method? Problem: When I load an array from JSON the instance variables don't seem to load. Consid...

  • 2 replies
  • 850 views
This content is deleted
Forum Topic
[SOLVED] How do I GET value from this JSON string ?
0 favourites

I 'm having issue to get data from this JSON string (this is the value INSIDE Construct, with double double quote): "{""saveinfo"": }". What I did so far : PARS...

posted 3 years ago
  • 12 replies
  • 661 views
This content is deleted
Forum Topic
How do I load a tilemap from json?
0 favourites

Ideally I want to populate an array with the json data then load from the array into the tilemap. However I can't even get the normal set tilemap from json stri...

posted 3 years ago

Similar Tags