File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Json-Diff
2
2
3
- [ RFC 6092 ] ( https://tools.ietf.org/html/rfc6902 ) 的 Go 语言实现
3
+ [ RFC 6902 ] ( https://tools.ietf.org/html/rfc6902 ) 的 Go 语言实现
4
4
5
5
[ ![ GoDoc] ( https://camo.githubusercontent.com/ba58c24fb3ac922ec74e491d3ff57ebac895cf2deada3bf1c9eebda4b25d93da/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f67616d6d617a65726f2f776f726b6572706f6f6c3f7374617475732e737667 )] ( https://pkg.go.dev/github.com/520MianXiangDuiXiang520/json-diff )
6
6
@@ -108,7 +108,7 @@ func ExampleMergeDiff() {
108
108
]
109
109
```
110
110
111
- 其中数组中的每一项代表一个差异点,格式由 RFC 6092 定义,op 表示差异类型,有六种:
111
+ 其中数组中的每一项代表一个差异点,格式由 RFC 6902 定义,op 表示差异类型,有六种:
112
112
113
113
1 . ` add ` : 新增
114
114
2 . ` replace ` : 替换
@@ -185,4 +185,4 @@ json-diff 在合并差异前会深拷贝源数据,并使用拷贝的数据做
185
185
186
186
## 参考
187
187
188
- [ https://github.com/flipkart-incubator/zjsonpatch ] ( https://github.com/flipkart-incubator/zjsonpatch )
188
+ [ https://github.com/flipkart-incubator/zjsonpatch ] ( https://github.com/flipkart-incubator/zjsonpatch )
You can’t perform that action at this time.
0 commit comments