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
  • 1.1K views
0 favourites

I have made a simple JSON editor app with Construct 3. I have Input Text window to edit text (in this case json structure). Then I parse this text content into...

posted 4 years ago
  • 2 replies
  • 663 views
This content is deleted
Forum Topic
How to extract data?
0 favourites

I'm sending an ajax request to recover data. -> AJAX: Request "https://****.Firebaseio.Com/hashs/"&UserID&".Json" (tag "usersdatas"). The result is the followin...

  • 4 replies
  • 482 views

I'm get data from DB using php script. But I can't show them in my game view. Because The json parse Is'nt working. Please Help.

  • 1 replies
  • 676 views
This content is deleted
Forum Topic
How do I save image as text or base64?
0 favourites

I'm trying to find method to convert an image to some kind of text, so I can send it somewhere and "read" it later by convert back from text to image. For exmap...

  • 0 replies
  • 145 views
This content is deleted
Forum Topic
Parse json error
0 favourites

I keep getting this on dev tools on game start but my game is running smoothly and perfect. Can anyone care to explain this? Very much appreciated.

posted 3 years ago
  • 9 replies
  • 570 views
This content is deleted
Forum Topic
Append to my .txt file and save
0 favourites

Via AJAX we retrieve a .Txt. File, append an additional string/record to the .Txt file and then save the updated .Txt file. We know how to retrieve and search t...

posted 3 years ago
  • 5 replies
  • 487 views
This content is deleted
Forum Topic
Storing a 3d Array as a Json file on a serve
0 favourites

Can a JSON file of a 3D array be stored/retrieved on a dedicated server? If so, does anyone have a sample .Capx which would show this process? If you also had t...

posted 3 years ago
  • 4 replies
  • 573 views
This content is deleted
Forum Topic
JSON to array or dictionary
0 favourites

On my plugin, I have an array and I want to return it from a function as json to be able to load it into an array object and I want to do the same for a diction...

posted 3 years ago
  • 2 replies
  • 494 views
This content is deleted
Forum Topic
How do I read JSON in scripting?
0 favourites

I'm using the scripting in C3 by adding the JS file to the files folder and loading it at the start of runtime. I'm trying to get an id from the peerjs but I'm...

  • 2 replies
  • 823 views
This content is deleted
Forum Topic
How Do I Read JSON In Scripting?
0 favourites

I'm using the scripting in C3 by adding the JS file to the files folder and loading it at the start of runtime. I'm trying to get an id from the peerjs but I'm...

Similar Tags