You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ A PHP implementation for finding unordered diff between two `JSON` documents.
12
12
* To simplify changes review between two `JSON` files you can use a standard `diff` tool on rearranged pretty-printed `JSON`.
13
13
* To detect breaking changes by analyzing removals and changes from original `JSON`.
14
14
* To keep original order of object sets (for example `swagger.json`[parameters](https://swagger.io/docs/specification/describing-parameters/) list).
15
-
* To make and apply JSON Patches, specified in [RFC 6902](http://tools.ietf.org/html/rfc6902) from the IETF.
16
-
* To make and apply JSON Merge Patches, specified in [RFC 7386](https://tools.ietf.org/html/rfc7386) from the IETF.
15
+
* To [make](#getpatch) and [apply](#jsonpatch) JSON Patches, specified in [RFC 6902](http://tools.ietf.org/html/rfc6902) from the IETF.
16
+
* To [make](#getmergepatch) and [apply](#jsonmergepatch) JSON Merge Patches, specified in [RFC 7386](https://tools.ietf.org/html/rfc7386) from the IETF.
17
17
* To retrieve and modify data by [JSON Pointer](http://tools.ietf.org/html/rfc6901).
0 commit comments