Parse JSON data


JK Heydt
 

I would like to know if there is an easy way to parse JSON data. See attached file.

Wish I could attend the Brown Bag and learn more.

Thanks


Ramon de Wit
 

What Magic version?

 

From: main@magicu-l.groups.io <main@magicu-l.groups.io> On Behalf Of JK Heydt
Sent: vrijdag 10 maart 2023 17:09
To: main@magicu-l.groups.io
Subject: [magicu-l] Parse JSON data

 

I would like to know if there is an easy way to parse JSON data. See attached file.

Wish I could attend the Brown Bag and learn more.

Thanks


JK Heydt
 

Sorry, 4.9


Steven Blank
 

Assuming you installed the documentation, et al, start here:

file:///C:/Program%20Files%20(x86)/MSE/Magic%20xpa%204.9/Help/mergedProjects/Mastering_eDeveloper/How_Do_I_Work_with_JSON_.htm?rhhlterm=json&rhsyns=%20

Steven G. Blank
Ξ SGBlank Consulting


On 3/10/2023 11:00 AM, JK Heydt wrote:

Sorry, 4.9


Heidi Schuppenhauer
 

Oooh I did not notice this until you brought it up ... if you check the release notes this version has a whole new level of support for JSON. 

image.png


Heidi.Schuppenhauer

 

 


On Fri, Mar 10, 2023 at 2:12 PM Steven Blank <sgblank@...> wrote:
Assuming you installed the documentation, et al, start here:

file:///C:/Program%20Files%20(x86)/MSE/Magic%20xpa%204.9/Help/mergedProjects/Mastering_eDeveloper/How_Do_I_Work_with_JSON_.htm?rhhlterm=json&rhsyns=%20

Steven G. Blank
Ξ SGBlank Consulting


On 3/10/2023 11:00 AM, JK Heydt wrote:
Sorry, 4.9


Adrian Wick
 

The old way was to transform JSON into XML with DotNet.Newtonsoft.


JK Heydt
 

FYI, there are some great examples in the Online Samples project. Took me a while to find them but it shows the way.