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
JSON Patch uses JSON Pointers to specify the path to elements of the JSON document. The answer you're looking for is documented in RFC6901, section 3. "~"(tilde) is encoded as "~0" and "/"(forward slash) is encoded as "~1".
How would one create the object { "valid/key": true } with JSON Patch? I can't find anything in the RFC.
The text was updated successfully, but these errors were encountered: