module

JSONXPath

XPath query package for JSON document, lets you extract data from JSON documents through an XPath expression.

Constants

VERSION = "0.1.3"

Class methods

parse(input : String | IO)

Parses the JSON and returns an instance of JSONXPath::Node

Source

Nested types