I'm writing a script for integration to modify JSON input and save to maximo. First I converted the StructureData erData input to JSON object like this;
var resp = JSON.parse(erData.getDataAsString());
Then I modified the JSON object to add additional properties. How can I convert back my modified JSON object to StructureData erData so that I can save it to Maximo.
Thank you. Regards