JSONPath is the brainchild of Stephan Goessner. It takes the basic concept of XPATH and, using similar syntax, applies it to JSON data structures. This documentation is taken directly from Stephan's ...
Priority-MediumType-Defectauto-migrated opened on Mar 2, 2016 See http://goessner.net/articles/JsonPath/ An example object and expression filters out any book that has a price greater than 10: ...