Hi I need to write the following data into a text file using Json format in C#? BRACKETS are important to be valid JSONP FORMAT
[ { "Id": 1, "SSN": 123, "Message": "whatever" }, { "Id": 2, "SSN": 125, "Message": "whatever" } ] [ { "Id": 1, "SSN": 123, "Message": "whatever" }, { "Id": 2, "SSN": 125, "Message": "whatever" } ] Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vinay SinghPosted Jun 20, 2016, 7:01 AM
Nitin SontakkePosted Jun 20, 2016, 6:49 AM