Attached is JSON. Tried built-in and ardoJSON (JSONListify).
So far no luck.
Hi Goldy,
Built-in and ardoJSON do not handle those kind of 2d arrays. They expect something like "name": "value" thing.
Can't you modify you json format? Where do you need to use that json?
Cheers,
José
José Costa wrote:
Even if I do edit (ignoring the whatever little performance impact), the JSON_Listify or ardoJSON doesnt work, which means I write my own JSON parser, which I did, and works fine in .NET but when imported as Outsystems extension, it does not work properly.
hi,
I try the more simple case:
{"pointMore":[[0.99,2.88]]}
using the Outsystems deserialize widget:
, but with no luck:
Before that the Outsystems able to create JSON structure using "Add Structure from Json" using that simple JSON. And it is a pity that the JSON is valid when i check online:
So, hopefully the Outsystems JSON team will fix it soon.
regards,
I
What is "not work properly"?