Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.