I have one json file which i want to iterate using recursive function , but how to check whether my json structure is string , array , list or object ?
If its array and inside array there are 5 objects how to access objects using recursive function in python ?
{{ID: 1234,Custid:23456,req:{name:abc,std:2}}{ID:2789,custid:56897}} this is the json...i read it using loads in data