Forum Topics tagged json

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

Similar Tags

Report Tag

170 forum topics with this tag
  • 5 replies
  • 354 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
  • 1K 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
  • 1.1K 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
  • 16 replies
  • 922 views
0 favourites

I have 1500 sentences in an array (via JSON), and a local folder with 1500 images 0000.Png to 1499.Png. The sentences are displayed in a text box, there's a spr...

  • 14 replies
  • 727 views
0 favourites

Click the button to change the bg to a color from a list of values. I have it working fine when I populate an array by using the event sheet, but when I put the...

  • 4 replies
  • 387 views
This content is deleted
Forum Topic
[FEATURE REQUEST] use .gzip files
0 favourites

I'm using HTML5 export. In my project there's many sounds and pictures. About 4000. And data.Json file became 5.5mb. Compressed data.Json.Gz is less then 1mb. W...

posted 3 years ago
  • 2 replies
  • 276 views
This content is deleted
Forum Topic
How do I query a JSON object?
0 favourites

I have a simple JSON file that I want to query. I parse my JSONtest project file from AJAX.LastData : {. "story": }. I can display JSONtest.Get("story.1.Name")...

posted 3 years ago
  • 8 replies
  • 386 views
This content is deleted
Forum Topic
How do I use Set from JSON?
0 favourites

I am trying to swap 2 objects together (which have lots of instance variables), so I thought "Why not try Set from JSON?". I saved the AsJSON state of the first...

posted 3 years ago
  • 1 replies
  • 373 views
This content is deleted
Forum Topic
How do I get data back into array from database?
0 favourites

I'm sending a C3 array to a (mySQL) database. Then I want to retrieve it with C3 and restore the array. The array is width=4, height=1, depth=1. Array: X(0)="ra...

posted 3 years ago
  • 0 replies
  • 148 views
This content is deleted
Forum Topic
How can I get parsed json to text object?
0 favourites

Is there a way to load up a text object with the parsed JSON? What I have in the image below doesn't work. I do know that I can loop through the parsed json, bu...

posted 3 years ago

Similar Tags