Working on a project and basing it off a 2 year old project. Essentially here is what I'm trying to do:
Previously someone converted this:
{
"referenceType": "PRO",
"referenceNumber": "99959689585"
}
Into this:
var json = new
{
referenceType = "PRO",
referenceNumber = pro_number
};
And I'm trying to do the same thing with something more complicated:
{
"trackingInfo": [
{
"trackingNumberInfo": {
"trackingNumber": "9084953743"
}
}
],
"includeDetailedScans": false
}
I'm working in UIPATH. Trying to write an input to reach that output from above. How would I format a nested JSON