Content tagged json

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

Similar Tags

Report Tag

182 usages of this tag
  • 7 replies
  • 704 views
This content is deleted
Forum Topic
JSON interface?
0 favourites

Would it be possible to add an interface for the JSON plugin. Having the Json data exposed in JS would be very useful. Also being able to set JSON back into the...

posted 4 years ago
  • 0 replies
  • 763 views
This content is deleted
Forum Topic
Kahoot Clone- Need your Help.
0 favourites

I want to build a multiplayer trivia game, Kahoot style. Before I begin, there were several challenges that I could not find answeres for yet. 1. I need two dif...

posted 4 years ago
  • 12 replies
  • 1.8K views
This content is deleted
Forum Topic
Json array in array
0 favourites

I want to make a json with the coordinates of a bunch of instances. Basically "for each" instance set the value at key to array of the x, and y. I can do this e...

posted 4 years ago
  • 0 replies
  • 149 views
This content is deleted
Forum Topic
[SOLVED]How do I get json from json using json plugin?
0 favourites

I want to load json data from json into variable. {. "fruitsCount":1, "data":{. "id":1, "name":"apple". }. }. I want var fruit1 = data (json). EDIT : Use .ToCom...

posted 4 years ago
  • 1 replies
  • 492 views
This content is deleted
Forum Topic
Addon/Plugin with JSON/objects
0 favourites

I created a plugin with an action called "TrackEvent", the 2nd param should be an object with key-value pairs, for example: {level: 10, score: 20, stars: 2}. Th...

posted 4 years ago
  • 4 replies
  • 1.6K views
This content is deleted
Forum Topic
How do I set tilemap from JSON file? (Resolved)
0 favourites

I have been trying to set tilemap from JSON file and have had no luck with it. I was trying to follow the steps in this tutorial video, but alas. Does`t work. (...

posted 4 years ago
  • 4 replies
  • 365 views
0 favourites

Just added new lines and values to my 4x80x1 array but now when I double click the .Json project file it shows a simple text editor instead of the nice table to...

posted 4 years ago
  • 2 replies
  • 416 views
0 favourites

I'm currently in a project where i'm using a JSON object as mean of storing data about a Sprite Object's history. Whenever a create a new instance of this Sprit...

  • 1 replies
  • 304 views
This content is deleted
Forum Topic
JSON to Array weird problem
0 favourites

I am trying to send data from my Questions.Json file to my "QuizzArray" Array in my project. The JSON looks like this: And the code looks like this: Now, what i...

posted 4 years ago
  • 2 replies
  • 973 views
This content is deleted
Forum Topic
How do I add text to Array?
0 favourites

In my game there will be a lot of text, like 30 events: -While you're walking, you come across with a dog. -Your parents want you to stop smoking. Think about t...

Similar Tags