Content tagged json

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

Similar Tags

Report Tag

182 usages of this tag
  • 2 replies
  • 437 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
  • 865 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
  • 277 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
  • 321 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
  • 560 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
  • 199 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
  • 776 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
  • 5 replies
  • 344 views
0 favourites

I'm running into a situation where loading the full state of a game doesn't include the state of the advanced random plugin. If this is the case, I need a way t...

  • 3 replies
  • 995 views
This content is deleted
Forum Topic
How do I find the index of a value inside a JSON array?
0 favourites

My problem is actually checking if a JSON array has a specific number in it or not, so I was thinking that searching for an index would resolve it, but I couldn...

posted 3 years ago
  • 2 replies
  • 924 views
This content is deleted
Forum Topic
How to convert a JSON into an Array object?
0 favourites

I have done these steps thinking the "Load" action from the Array object would work out of the box, but I'm apparently missing something. This is my JSON. This...

posted 3 years ago

Similar Tags