JsonPath

Json Query Tool

A Java library that allows querying JSON data using a path-based syntax similar to XML XPath.

Java JsonPath implementation

GitHub

9k stars
289 watching
2k forks
Language: Java
last commit: 4 months ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
stleary/json-java Provides a reference implementation of JSON parsing and generation in Java 4,535
freestrings/jsonpath A Rust-based JSON path engine providing a similar API interface across Webassembly and Javascript 122
importcjj/rust-ajson Rust library to parse and query JSON data using dotpath syntax 105
cburgmer/json-path-comparison An open source project comparing different implementations of JSONPath and test suites. 84
asaiyusuke/jsonpath A Go library that parses and evaluates JSONPath queries to retrieve part of a JSON object 24
vmware-labs/yaml-jsonpath An implementation of JSONPath syntax for the YAML node API. 50
oliveagle/jsonpath A Go implementation of JsonPath syntax for querying JSON data structures. 324
noenv/vertx-jsonpath A lightweight implementation of JsonPath for Vert.x JSON objects 9
augustd/burp-suite-jsonpath Tool to parse and query JSON responses in Burp Suite 29
tidwall/gjson A JSON parser and extractor for Go, allowing fast and simple access to nested values in JSON documents. 14,344
ietf-wg-jsonpath/draft-ietf-jsonpath-base Develops an internet standard for querying JSON data 60
jmespath/jp A command-line tool to evaluate JMESPath expressions against JSON data 740
wanglingsong/jsonsurfer A Java streaming JSON processor with support for selective data extraction and multiple binary formats. 295
joelittlejohn/jsonschema2pojo Generates Java types from JSON or JSON Schema for data-binding with popular libraries 6,239
asaiyusuke/jsonpath-benchmark Performs benchmarking of JSONPath libraries in Go. 1