Hi All,
I would like to save a file in Json format, I am currently using Newtonsoft.Json.JsonTextWriter to create the object in D365 , I am able to convert response/payload to string format which is fine.
Issue is , I need to save this file in Jason format, I understand Json file is a notepad with a format.
My question , in D365 do we have any option to save it directly to .json file instead of writing a code to create a notepad with json file format?