Page 1 of 1

JSON

Posted: June 6th, 2017, 7:33 am
by Maurya
Hello,

Can possible to save JSON format data.

Re: JSON

Posted: June 6th, 2017, 7:41 am
by josh
There is no built in way to write data out as JSON from CSPro. Since JSON is a text format, you could write your own logic to write JSON using the filewrite function.