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
- Visit maps in sorted key order so the traversal is deterministic.
- Rename escapeJSONPointerToken to escapeRefString, pairing it with the existing
unescapeRefString.
- Rename the callback parameter location to jsonPointer and document that it is
an RFC 6901 pointer within the resolved document (file-agnostic), not a source
location.
- Add ExampleT_WalkSchemas demonstrating a real use case (mapping every schema
to its location).
0 commit comments