{- |
Module      : Data.Aeson.JSONPath.Query
Description : Execute JSONPath Query after parsing
Copyright   : (c) 2024-2025 Taimoor Zaeem
License     : MIT
Maintainer  : Taimoor Zaeem <mtaimoorzaeem@gmail.com>
Stability   : Experimental
Portability : Portable

This module is responsible for executing the JSONPath query
-}
module Data.Aeson.JSONPath.Query
  (
    module Data.Aeson.JSONPath.Query.Query
  )
  where

import Data.Aeson.JSONPath.Query.Query