Text.JSON.JPath
Description
I wanted to insert a description here, but got tired fighting with haddock escaping. Documentation: http://bitcheese.net/wiki/code/hjpath
Documentation
Arguments
:: String | JPath query |
-> String | JSON as String |
-> Either String [Json] | (Left parsing error) or (Right results) |
Evaluates JPath query on JSON String
Evaluates JPath query on pre-parsed JSON