JSON to Array

Started by Jeffrey Ferreira, February 28, 2019, 10:58:38 AM

Previous topic - Next topic

Jeffrey Ferreira

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

Jeffrey Ferreira

A Coworker of mine just pointed out that I missed this in the documentation:

DIM LOAD array_name${ALL} = JSON_value$

sorry about that.