hello everyone
can anyone tell me how to get json file keys
for exemple
{
“name”:“John”,
“age”:31,
“cars”: {
“car1”:“Ford”,
“car2”:“BMW”,
“car3”:“Fiat”
}
}
i want to get the words "name,age,car1,car2,car3
thank you
Try this component:
thank you but what should i do after downloading the component ?
There are activities in the component for reading the keys into a datatable, which you can use to reference the data. I’m not sure, but I believe there is something in there to get the data into a dictionary as well.