Forum Topics tagged json

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

Similar Tags

Report Tag

164 forum topics with this tag
  • 3 replies
  • 1.3K views
This content is deleted
Forum Topic
Get path of json, as json string?
0 favourites

Lets say I have this json. { "test" : }. Using the JSON plugin is it possible to get the array as a string? Or if it was an object to get that object as a strin...

posted 5 years ago
  • 5 replies
  • 1.4K views
This content is deleted
Forum Topic
SaveStateJSON Question
0 favourites

I apologize if this has been covered, but I haven't been able to find a straightforward answer after days of searching and playing around in Construct. I'm buil...

posted 5 years ago
  • 2 replies
  • 650 views
This content is deleted
Forum Topic
How do I took a text from a json?
0 favourites

I have a json file (in fact more than one). I want to extract a text from a json and make it appear on a "text". I don't acheive to do it and don't find any tut...

posted 5 years ago
  • 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...

Similar Tags