module JSONXPath
Overview
XPath query package for JSON document, lets you extract data from JSON documents through an XPath expression.
Defined in:
json-xpath.crnode.cr
xpath.cr
Constant Summary
-
VERSION =
"0.1.3"
Class Method Summary
-
.parse(input : String | IO)
Parses the JSON and returns an instance of
JSONXPath::Node