json-diff-rfc6902
Version:
This framework is to compare two JSON data and generate the Patch
51 lines • 447 B
JSON
{
"0": {
"f1": [
"a",
"c"
]
},
"1": {
"f1": [
"b",
"m"
]
},
"2": {
"f1": [
"c",
"d"
]
},
"3": {
"f1": [
"f",
"a"
]
},
"4": {
"f1": [
"m",
"q"
]
},
"6": {
"f1": [
"b",
"c"
]
},
"7": [
{
"f1": "n",
"f2": 1
}
],
"8": [
{
"f1": "b",
"f2": 1
}
],
"_t": "a"
}