How to serialize JSON file

@Will_Tyler

stringVariable = Newtonsoft.Json.JsonConvert.SerializeObject(Datatable)

you can pass this string to the AddQueueItem as a string.

Import Newtonsoft.json namespace

12 Likes