module JSONXPath

Overview

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

Defined in:

json-xpath.cr
node.cr
xpath.cr

Constant Summary

VERSION = "0.1.3"

Class Method Summary

Class Method Detail

def self.parse(input : String | IO) #

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


[View source]