NewJSONPatch creates a new JSON Patch according to RFC 6902; the same as [types.JSONPatchType].
()
| 23 | |
| 24 | // NewJSONPatch creates a new JSON Patch according to RFC 6902; the same as [types.JSONPatchType]. |
| 25 | func NewJSONPatch() *JSON6902 { return &JSON6902{} } |
| 26 | |
| 27 | func (*JSON6902) pointer(tokens ...string) string { |
| 28 | var b strings.Builder |
no outgoing calls