M B

M B

  • NA
  • 61
  • 12.1k

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

Jun 2 2016 2:48 AM
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)