JSON

Dar Scott dsc at swcp.com
Tue Aug 15 09:46:43 EDT 2023


Thanks, Tore!

I found these in the dictionary. For JsonImport I noted this:

The return value may be any of the following types, depending on the content of the file:

Array (for a JSON object)
List (for a JSON array)
String (for a JSON string)
Number (for any JSON number)
Boolean (for JSON true or false)
nothing (for JSON null)
How would an array of objects be translated? What is nothing?

Dar


> On Aug 14, 2023, at 10:58 PM, Tore Nilsen via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> JsonImport will make an array of your JSON data, whereas JsonExport will turn your array into JSON data. Not much fiddling there.
> 
> Best regards
> Tore Nilsen
> 
>> 15. aug. 2023 kl. 02:07 skrev Dar Scott via use-livecode <use-livecode at lists.runrev.com>:
>> 
>> 
>> I’m about write some scripts that fiddle with JSON. I have some old stacks of mine about someplace. But, I got to thinking there might be something faster about someplace. Ideas?
>> 
>> Dar
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
> 



More information about the use-livecode mailing list