Forum Topics tagged json

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

Similar Tags

Report Tag

166 forum topics with this tag
  • 2 replies
  • 572 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
  • 873 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
  • 681 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
  • 2 replies
  • 473 views
0 favourites

I've successfully created a system that supports using multiple languages in the game. I also have a .Json file called "settings" which stores sound and music v...

posted 3 years ago
  • 5 replies
  • 902 views
This content is deleted
Forum Topic
How to set quotation marks in string value of json?
0 favourites

If the value of a key is a string then it needs quotation marks, but how do you put quotes inside the string so the quotes are displayed with the text? I've tri...

posted 3 years ago
  • 0 replies
  • 283 views
This content is deleted
Forum Topic
How do I JSON.Get from inside an array?
0 favourites

I use Ajax to access a servers API. The problem is that I don't receive the data as JSON but as an array. It looks like this: {"data": }. Maybe I'm stupid but I...

posted 3 years ago
  • 0 replies
  • 323 views
This content is deleted
Forum Topic
Json animation
0 favourites

Is it possible to somehow start animation from a json file?

posted 3 years ago
  • 11 replies
  • 568 views
0 favourites

Hello I have an array with 118 elements in X. (x0 to x117). For each of those elements I have to get 3 indices and append them to each Y. EX: For X0Y0, append i...

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

I need a little help with the JSON object. I want to get the value at the first instance of "key1" (using the example). Here's the example JSON. This isn't the...

posted 3 years ago
  • 5 replies
  • 784 views

I'm creating a game like Stardew valley , and it will have hundreds of images , and I Would like to know what's the best practice for a good game performance ?...

posted 3 years ago

Similar Tags