Storing data in JSON
Hi,
Our project has a requirement of fetching the data from different applications through robotic automation and display them in Pega UI.I’ve developed the automation which interacts with different applications and fetches data as string (Exp - Name, Age, DOB etc) and/or DataTable (Exp- multiple Account's details) format. Now I’ve to store these data to JSON file but I’m not sure how to achieve this using jsonUtil component.
Can I store all data in a single json or I need multiple json to store the string and table data in separate json?
I’m looking forward for guidance how to do this, any sample automation will be appreciated.
Thanks,