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 is responsible for executing the JSONPath query
Synopsis
- qQuery :: Query -> QueryState -> Vector Value
- qQueryLocated :: Query -> QueryState -> String -> Vector (String, Value)