Relative Content

Tag Archive for c++jsonparsing

Read each json record and output field name / field value

I have the following json object and in c# I want to read each record and output the name of the field and the value of the field. I know how to do it by pulling into c# prefined classes, but I am wondering if I can do it without knowing the field names in advance? Not sure how I would go about that in c#?