Skip to content
Snippets Groups Projects
Commit 32107816 authored by Viacheslav Poturaev's avatar Viacheslav Poturaev
Browse files

Update README.md

parent fbad15d8
Branches
Tags v3.8.0
No related merge requests found
...@@ -57,7 +57,7 @@ $r = new JsonDiff( ...@@ -57,7 +57,7 @@ $r = new JsonDiff(
``` ```
Available options: Available options:
* `REARRANGE_ARRAYS` is an option to enable [arrays rearrangement](#arraysrearrangement) to minimize the difference. * `REARRANGE_ARRAYS` is an option to enable [arrays rearrangement](#arrays-rearrangement) to minimize the difference.
* `STOP_ON_DIFF` is an option to improve performance by stopping comparison when a difference is found. * `STOP_ON_DIFF` is an option to improve performance by stopping comparison when a difference is found.
* `JSON_URI_FRAGMENT_ID` is an option to use URI Fragment Identifier Representation (example: "#/c%25d"). If not set default JSON String Representation (example: "/c%d"). * `JSON_URI_FRAGMENT_ID` is an option to use URI Fragment Identifier Representation (example: "#/c%25d"). If not set default JSON String Representation (example: "/c%d").
* `SKIP_JSON_PATCH` is an option to improve performance by not building JsonPatch for this diff. * `SKIP_JSON_PATCH` is an option to improve performance by not building JsonPatch for this diff.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment