ruby-jsonpath

Ruby implementation of JsonPath
  https://github.com/joshbuddy/jsonpath
  0
  no reviews



Every JSON object is composed on an inherent hierarchy and structure. Every JSON ends up creating a tree of nodes, where each node is a JSON Element.

This hierarchy in JSON allows one to create a standard mechanism to traverse through specific parts of the JSON. A standard way to do this is called JSONPath.