79148813

Date: 2024-11-01 16:52:33
Score: 1
Natty:
Report link

In case anyone else ends up here. Better solution exists now.

Microsoft documentation for list of functions for both JSON and XML - HERE

addProperty - Add a property and its value, or name-value pair, to a JSON object, and return the updated object.

coalesce - Return the first non-null value from one or more parameters.

removeProperty - Remove a property from a JSON object and return the updated object.

setProperty - Set the value for a JSON object's property and return the updated object.

xpath - Check XML for nodes or values that match an XPath (XML Path Language) expression, and return the matching nodes or values.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user22406468