flatenjsondemo
Reactive icon

FlattenJsonDemo

version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 1 Aug
 by 
TheLoCos
5.0
 (1 rating)
flatenjsondemo

FlattenJsonDemo

Documentation
1.0.0

Try the Demo in the below URL

https://personal-pcshgkxq.outsystemscloud.com/FlattenJsonDemo/

Enter the below sample JSON and test to flatten and covert to array

{

    "E00012222": {

        "Age": 42,

        "Gender": "Male",

        "Joining Date": "01/01/2024"

    },

    "E00012223": {

        "Age": 42,

        "Gender": "Female",

        "Joining Date": "07/01/2024"

    },

   "E00012226": {

        "Age": 25,

        "Gender": "Male",

        "Joining Date": "01/05/2024"

    }

}

do share feedback if any.