I'm a little surprised not to hear any mention of JSON Pointer (RFC 6901). It deals with exactly this: http://tools.ietf.org/html/rfc6901 With JSON Pointer syntax, it would be something like: JWalk.getStringPtr(user,…
I'm a little surprised not to hear any mention of JSON Pointer (RFC 6901). It deals with exactly this: http://tools.ietf.org/html/rfc6901 With JSON Pointer syntax, it would be something like: JWalk.getStringPtr(user,…