Login to follow
DiffJSON

DiffJSON (ODC)

Stable version 1.0.3 (Compatible with ODC)
Uploaded on 14 October 2025 by valantic LCS
DiffJSON

DiffJSON (ODC)

Documentation
1.0.3

The source code for this project could be found on https://gitlab.com/doitleanlabs/odc-diffjson

Call the action Diff

  • LeftJSON: fill with the original JSON 
  • RightJSON: fill in the new JSON you want to compare
  • DiffList: you will receive a list containing all attributes with differences. This list will have elements with attribute names, previous and new values



Example

  • Fill LeftJSOn with: "{name:'Name 1',age:45}"
  • Fill RightJSON with: "{name:'Name 2',age:25}"

This will be the result