JSON

Discussions about CSEntry
Post Reply
Maurya
Posts: 3
Joined: February 23rd, 2017, 2:09 am

JSON

Post by Maurya »

Hello,

Can possible to save JSON format data.
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: JSON

Post 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.
Post Reply