Hello,
I have a json file. i want to get every inner_title and title_name of json file but i can't reach it. I tried many ways and i still got nothing. Here is the program
{
"industry": {
"language": [
{
"lan": "TR",
"title": [
{
"title_name": "Starting",
"inner_title": [
{
"name": "Introduction",
"description": ""
},
{
"name": "Hardware",
"description": ""
}
]
},
{
"title_name": "Stations",
"inner_title": {
"name": "AR/RS for Palettes",
"description": ""
}
},
{
"inner_title": [
{
"name": "Robot Assembly",
"description": ""
},
{
"name": "Basic Module Branch and Linear",
"description": ""
}
],
"title_name": "Base Modules"
},
{
"title_name": "Application Modules",
"inner_title": [
{
"name": "Camera",
"description": ""
},
{
"name": "Heat Tunnel",
"description": ""
},
{
"name": "Magazine",
"description": ""
},
{
"name": "Press",
"description": ""
}
]
},
{
"title_name": "Robotino",
"inner_title": {
"name": "Robotino CP-Factory",
"description": ""
}
}
]
},{
"lan": "EN",
"title": [
{
"title_name": "Starting",
"inner_title": [
{
"name": "Introduction",
"description": ""
},
{
"name": "Hardware",
"description": ""
}
]
},
{
"title_name": "Stations",
"inner_title": {
"name": "AR/RS for Palettes",
"description": ""
}
},
{
"inner_title": [
{
"name": "Robot Assembly",
"description": ""
},
{
"name": "Basic Module Branch and Linear",
"description": ""
}
],
"title_name": "Base Modules"
},
{
"title_name": "Application Modules",
"inner_title": [
{
"name": "Camera",
"description": ""
},
{
"name": "Heat Tunnel",
"description": ""
},
{
"name": "Magazine",
"description": ""
},
{
"name": "Press",
"description": ""
}
]
},
{
"title_name": "Robotino",
"inner_title": {
"name": "Robotino CP-Factory",
"description": ""
}
}
]
}
]
}
}