F fahad kazi New member Apr 11, 2013 114 0 0 Visit site Aug 10, 2014 #1 I am trying to improve my app experience and have some trouble doing it. I need to know how can I format the data from json file. Actually I want to have breaks in few lines. I cannot add any tags into json file so what options do I have?
I am trying to improve my app experience and have some trouble doing it. I need to know how can I format the data from json file. Actually I want to have breaks in few lines. I cannot add any tags into json file so what options do I have?
pdelvo New member Apr 2, 2014 156 0 0 Visit site Aug 13, 2014 #2 You can read it with json.net and write it again. This library allows you to set a Formatting.Indented which sould be what you are looking for
You can read it with json.net and write it again. This library allows you to set a Formatting.Indented which sould be what you are looking for
cuddl New member Jun 3, 2014 12 0 0 Visit site Aug 14, 2014 #3 Second for json.net. We've found it to be faster and more flexible than using a DataContractJsonSerializer.
Second for json.net. We've found it to be faster and more flexible than using a DataContractJsonSerializer.