Hi all,
I'm trying to replace a value in a Json file, but I don't find any example or documentation for AL Language. I've the following structure file:
{ /codeunitId/: 18121808,/functionName/ : /PrintDocMaya/,/parmInput/: [{/name/: /pDocumentType/,/value/: /1/},{/name/: /pDocumentNo/,/value/: /102046/},{/name/: /pFilePath/,/value/: /C:////Temp/////}],/parmOutput/: [{/name/: /Return/,/value/:/0/}]}
I would like to replace value /0/ from parmOutput for the element with name /Return/. How could this be done?
Thank you for your kindly replies.
DZ