I am new to json.....i am having a dataset which contains set of records for a patient...the data would be like.....
patentID patientname doctorname doctorid visitid visitdiagnosis
now suppose a patient A now visits a doctor twice or thrice.Now there are 3 entries in my database.Now when i wan to convert it in json....I want something like this
[patientID {and here will be all the number of records based on hw many time he has visited the doctor if three than three records will be present}
and mainly json will contain only one row of serialze row not three
Is it possible and if yes the plz send me the code or links Thanks in advanced