Idea for json extract

Dear All
I get received JSON data from server but I couldn’t fetch this JSON row data in a spinner as follow
element 1 value
operation 2 values in the same spinner
physical 2 values in the same spinner
https://asdc-eg.com/getelement.php?area=876&Segment=988
the result is
[{“area”:“876”,“Segment”:“988”,“element”:“876876”,“ellementsstatus1”:“87”,“ellementsstatus2”:“6”,“ellementsstatus3”:“876”,“ellementsstatus4”:“8”},{“area”:“876”,“Segment”:“988”,“element”:“doors-الابواب”,“ellementsstatus1”:“broken”,“ellementsstatus2”:“Right”,“ellementsstatus3”:“open”,“ellementsstatus4”:“close”}]

I need help for that as guides or idea’s

Friend, yesterday I spent hours reading about Json. Do a search using just the word “Json”. There are solutions for all types of Json manipulation. It is a great learning experience.

1 Like

sure i will do that thanks for your advice for me

Learn JSON:
https://www.w3schools.com/js/js_json_intro.asp
Online JSON viewer:
http://jsonviewer.stack.hu/

Extract JSON in Kodular:
Use JSON component