aeson-jsonpath-0.3.0.2: Parse and run JSONPath queries on Aeson documents
Copyright(c) 2024-2025 Taimoor Zaeem
LicenseMIT
MaintainerTaimoor Zaeem <[email protected]>
StabilityExperimental
PortabilityPortable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Aeson.JSONPath.Query

Description

This module is responsible for executing the JSONPath query

Synopsis

Documentation

qQuery :: Query -> QueryState -> Vector Value Source #

Runs the JSONPath Query

qQueryLocated :: Query -> QueryState -> String -> Vector (String, Value) Source #

Runs the JSONPath Query also returning node locations