2 repositorios
Software implementations of the JsonPath expression language.
Distinct from Java: None of the candidates describe the general implementation of the JsonPath standard for Java.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · JsonPath Implementations. Refine with filters or upvote what's useful.
JsonPath is a Java library designed for querying and manipulating JSON documents using the JsonPath expression language. It functions as a query engine for extracting and filtering specific data from JSON structures through path-based expressions. The library provides capabilities for transforming JSON documents by modifying values or mapping extracted data into Java objects. It also includes an aggregation library for calculating statistical metrics, such as sums and averages, on numeric arrays. The project handles data extraction through array filtering and numerical aggregation. Performan
Provides a complete Java implementation of the JsonPath expression language for querying JSON.
fastjson2 is a high-performance Java library used for serializing and deserializing Java objects to and from JSON strings and byte arrays. It functions as a binary JSON serializer for encoding objects into optimized binary formats to reduce payload size and increase processing speed. The project includes a JSONPath query engine for extracting specific data and fields from JSON documents using standardized path expressions and filters. It also serves as a JSON schema validator, providing utilities to generate data contracts and validate JSON input against defined schemas to ensure structural c
Implements the JSONPath expression language to extract specific data and fields from JSON documents.