Content tagged json

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

Similar Tags

Report Tag

182 usages of this tag
  • 6 replies
  • 3.5K views
This content is deleted
Forum Topic
How do I get data from json ?
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 5 years ago
  • 0 replies
  • 388 views
This content is deleted
Forum Topic
[Help] Can't save json file
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 5 years ago
  • 0 replies
  • 425 views
This content is deleted
Forum Topic
How do I save objects as a json?
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...

  • 5 replies
  • 2.6K views
This content is deleted
Forum Topic
[SOLVED]How do I push an object to array using JSON?
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 5 years ago
  • 6 replies
  • 1.1K views
This content is deleted
Forum Topic
Where can I find a good JSON example C3 project?
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 5 years ago
  • 2 replies
  • 641 views
This content is deleted
Forum Topic
How do I use 2, 3 or more JSON in same onFunction?
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 5 years ago
  • 4 replies
  • 1.2K views
This content is deleted
Forum Topic
How do I load custom levels with JSON and arrays?
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...

  • 12 replies
  • 837 views
0 favourites

I am stuck at a problem, it sounds complicated at least for me. So I will try my best to explain. I have a list of an array with IMG urls. And on my home page I...

  • 0 replies
  • 277 views
This content is deleted
Forum Topic
AJAX file input on HTML5 not working
0 favourites

I'm trying to read a JSON-File into an array on an HTML5-export. Works fine on the home computer, doesn't work on the server. The file is imported into the proj...

posted 5 years ago
  • 6 replies
  • 556 views
This content is deleted
Forum Topic
Problem with Saving/Loading Array (Help!)
0 favourites

I am having a strange problem. I have a save system where an array with tile states, and when the save is complete the array downloads as a .Json file. It funct...

posted 5 years ago

Similar Tags