JSON - Anyone have an example

Discuss PC Developer and Web Developer projects and features here.
Post Reply
jay_dee
Posts: 130
http://meble-kuchenne.info.pl
Joined: Sun Dec 20, 2020 6:06 pm
Has thanked: 46 times
Been thanked: 29 times

JSON - Anyone have an example

Post by jay_dee »

Hi,
JSON looks like a simple standard to package values. Does anyone have any examples of using the JSON parser in FC or FAD?
For FAD ideally I would like to open a JSON formatted text file, parse this and extract settings to use in the FAD program.
Or am I incorrectly trying to use JSON when a simplier method exists?
Looking way beyound current requirments...If I do use JSON then potentially I can use other PC/Laptop based JSON tools in the future.
J.

BenR
Matrix Staff
Posts: 1726
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 438 times
Been thanked: 602 times

Re: JSON - Anyone have an example

Post by BenR »

Hello,

Here are some examples for you to read in XML or JSON data. The console can be handy as it will show you the contents of the structure.
XML_Example.zip
(3.28 KiB) Downloaded 120 times
JSON_Example.zip
(3.23 KiB) Downloaded 133 times
If you need anything more specific then let us know.

jay_dee
Posts: 130
Joined: Sun Dec 20, 2020 6:06 pm
Has thanked: 46 times
Been thanked: 29 times

Re: JSON - Anyone have an example

Post by jay_dee »

Thanks Ben, I'll have a look through. :)

Post Reply