InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
JsonPath Alternatives
Similar projects and alternatives to JsonPath
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
xidel
Command line tool to download and extract data from HTML/XML pages or JSON-APIs, using CSS, XPath 3.0, XQuery 3.0, JSONiq or pattern matching. It can also create new or transformed XML/HTML/JSON documents.
-
-
-
-
fastjson
Discontinued FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
JsonPath discussion
JsonPath reviews and mentions
-
I discovered an interesting JSON tool.
In addition to standard JavaScript code, it also supports JEMSPath, JSONPath, JQ Cmd
-
Refactoring Toward Configurability
For this example, we will use JSON files to encode the application's behavior and query it using JSONPath.
- Ask HN: What is something you built but never marketed?
-
Running Jenkins on PR in Azure DevOps
As shown above in order to access the root element of a JSON payload we can create variable (data) and assign the $ (using Json Path convention) in the expression tab.
-
what's the best way to search all child objects in java?
You certainly could implement a recursive traversal, as /u/raevnos suggested, but it might be easier to use something like JsonPath to do it for you.
-
Query with jsonpath
If you work with REST interfaces for any amount of time, you'll run into "json path". You can extract and manipulate the json received with an API call.
-
How would experienced devs handle checking JSON objects for specific property condition?
Look into JSONPath and its one Java implementation.
-
Like JQ, but for HTML
is anyone else using the https://github.com/json-path/JsonPath over the jq route?
I hope we standardize on some jq query language, like we have with a base set of SQL syntax
-
Which JSON parsers do not require me to duplicate the document model?
I use JsonPath for this. This fits my use case of picking apart JSON responses from APIs in Cucumber tests, which is based on textual descriptions and I'm not using Java classes for the mapping.
-
Serverless Complex Event Processing with Apache Flink
flatMap — A Map function (can be of Rich type if need be) that extracts data from the input event which is a stringified JSON object. Of the three flapMaps, two of them extract & parse the relevant data into a defined model (the data modelling is based on POJO — plain old java object classes.) using JsonPath, the third flapMap is a RichCoFlatMapFunction that determines after correlating events from the two sources whether it should be forwarded to the sink or not.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 12 May 2025
Stats
json-path/JsonPath is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of JsonPath is Java.