awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesJsonPath Implementations

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.

Awesome JsonPath Implementations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • json-path/jsonpathAvatar de json-path

    json-path/JsonPath

    9,423Ver en GitHub↗

    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.

    Java
    Ver en GitHub↗9,423
  • alibaba/fastjson2Avatar de alibaba

    alibaba/fastjson2

    4,307Ver en GitHub↗

    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.

    Javaandroidbig-datadeserialization
    Ver en GitHub↗4,307
  1. Home
  2. Programming Languages & Runtimes
  3. JsonPath Implementations