Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This results in a valid JSON structure when injected into the JSON as defined:

Code Block
languagejson
"Approvers":[
  "Steve","Brian","Dan"
]

...

This results in a valid JSON structure when injected into the JSON as defined:

Code Block
languagejson
"Invoice Lines":[
  {“GL Code”:”100-299300-01”, “Quantity”:”20”,”Amount”:”124.67”},
  {“GL Code”:”100-726352-01”, “Quantity”:”1”,”Amount”:”88.98”}
  {“GL Code”:”100-763521-01”, “Quantity”:”23”,”Amount”:”12.95”}
]