Copyright | (c) 2024-2025 Taimoor Zaeem |
---|---|
License | MIT |
Maintainer | Taimoor Zaeem <[email protected]> |
Stability | Experimental |
Portability | Portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Data.Aeson.JSONPath.Query
Description
This module contains core functions that runs the query on Value
.
Documentation
class Queryable a where Source #
Methods
query' :: a -> Value -> Value -> Vector Value Source #
queryLocated' :: a -> Value -> Value -> String -> Vector (String, Value) Source #