2
Answers

How to write to a JSONP file using C#? (Desktop Application)

M B

M B

8y
323
1
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" } ]
 

Answers (2)