i am trying to parse a json array,i am facing problem.
My array is like this:
configure: {"id":4,"userId":107,"deviceMacAddress":"00:06:66:30:02:3C","medication":
[{"id":11,"version":18,"name":"name1","unit":"mg","forMed":"for1","schedule":[1]},{"id":45,"version":1,"name":"sdga",,"unit":"mg","forMed":"54234","schedule":[0,1,2,3,4,5,6]}],
i am able to access medication array and print total array,but not able to access objects inside array. can you pls suggest any solution or any example to do this using C language?