Versions Compared

Key

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

...

Expand

Source Data

Target Data

Code Block
[
  {
    "parent": {
      "leaf-1": "leaf-1 data",
      "leaf-2": "leaf-2 data",
      "child": {
        "child-1 data": "child-1 data",
        "child-2 data": "child-2 data"
      }
    }
  }
]
Code Block
languagejson
[
  {
    "parent": {
      "leaf-1": "leaf-1 data",
      "leaf-2": "leaf-2 updated data",
      "child": {
        "child-1 data": "child-1 updated data",
        "child-2 data": "child-2 data"
      }
    }
  }
]

Mechanism for comparison

Flattening of Data Nodes before comparing

Gliffy
baseUrlhttps://lf-onap.atlassian.net/wiki
nameFlattening of JSON
pageid79822969
timestamp1735206010231

Flowchart: Mechanism for comparison of Data Nodes to check for updates

Gliffy
imageAttachmentIdatt84869188
macroId9449afce-5ab1-4b5a-bf40-dc0ba2d2b5d5
baseUrlhttps://lf-onap.atlassian.net/wiki
displayNameFlowchart of replace operation in Delta Frature
nameUpdate Flowchart
diagramAttachmentIdatt84901971
containerId79822969
version13
timestamp1734600420506

...