We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a31ec1 commit 4c421a8Copy full SHA for 4c421a8
options.go
@@ -1,6 +1,6 @@
1
package jsonpatch
2
3
-// JSONPatchOption allow to configure the walker instance
+// Option allow to configure the walker instance
4
type Option func(r *walker)
5
6
// WithPredicate set a patch Predicate for the walker. This can be used to filter or validate the patch creation
patch.go
@@ -5,7 +5,7 @@ import (
"reflect"
)
7
8
-// JSONPatch format is specified in RFC 6902
+// JSONPatch format is specified in RFC 6902
9
type JSONPatch struct {
10
Operation string `json:"op"`
11
Path string `json:"path"`
0 commit comments