JSON Pointer
gregsdennis opened this issue · 1 comments
gregsdennis commented
I've come to realize that JSON Pointer and JSON Path are not competing syntaxes. This belief is the reason I didn't implement JSON Pointer.
Pointer's purpose is to indicate a single value buried within a JSON structure.
Path's purpose is query.
I think it's time I had a real implementation of Pointer...
gregsdennis commented
For science: https://tools.ietf.org/html/rfc6901