-
get JSON key
I’ve been searching the net but couldnt find am answer so i’m hoping someone here can help.
I have a JSON file in cc 2020:
{
“language”: {
“english”: {
“titles”: {
“001”: “My First Title”
}
},
“dutch”: {
“titles”: {
“001”: “Mijn eerste Titel”
}
}
}
}Now i would like to read the keys from the language, so “english”and “dutch”
Greetz Robin