PxPlus User Forum

Main Board => Discussions => Programming => Topic started by: Jeffrey Ferreira on February 28, 2019, 10:58:38 AM

Title: JSON to Array
Post by: Jeffrey Ferreira on February 28, 2019, 10:58:38 AM
Hi All,

I know we can take a PxPlus Associative Array and convert it to JSON.
I'm struggling with the inverse.
How do I parse JSON passed back via PxPlus.
Is it possible using PxPlus?

jeff
Title: Re: JSON to Array
Post by: Jeffrey Ferreira on February 28, 2019, 11:36:49 AM
A Coworker of mine just pointed out that I missed this in the documentation:

DIM LOAD array_name${ALL} = JSON_value$

sorry about that.