• Can i get the name of JSONOBJECT?

    By Vincent Lin 1 decade ago

    hello

    i want to get the name of JSONOBJECT, but i don't know how to do that? for example:

    ' json  = |{"question": [{"dt": "09-6-30","user": "firstName lastName","sub": "subject","body": "bodytext","img": ""}]}|

    i want to get value "question", how should i to do? there is no any method and property in the class, i was tried to define a new property jsonObject.SelfName, but i got faild because i can't exactly render value to it.

    Could you please help me to resolve it? Thanks

    Vincent