Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.JSONPath.Execute
Documentation
executeJSONPath :: [JSONPathElement] -> Value -> ExecutionResult Value Source #
executeJSONPathEither :: [JSONPathElement] -> Value -> Either String [Value] Source #
jsonpath-0.1.0.2: Library to parse and execute JSONPath
Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.JSONPath.Execute
executeJSONPath :: [JSONPathElement] -> Value -> ExecutionResult Value Source #
executeJSONPathEither :: [JSONPathElement] -> Value -> Either String [Value] Source #