awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Java JSON Libraries

排名更新于 2026年7月13日

For a high performance JSON library for Java, the strongest matches are alibaba/fastjson2 (This library provides a comprehensive suite for Java JSON), alibaba/fastjson (This library is a high-performance Java framework that provides) and fasterxml/jackson (Jackson is the industry-standard Java library for JSON processing). google/gson and stleary/json-java round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

我们为您精选了匹配 “best java json libraries” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

Java JSON Libraries

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • alibaba/fastjson2alibaba 的头像

    alibaba/fastjson2

    4,307在 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

    This library provides a comprehensive suite for Java JSON processing, including data binding, streaming, tree-like querying via JSONPath, and schema validation, all optimized for high-performance serialization.

    JavaJSON Schema ValidationJSON-to-Object Mappers
    在 GitHub 上查看↗4,307
  • alibaba/fastjsonalibaba 的头像

    alibaba/fastjson

    25,625在 GitHub 上查看↗

    Fastjson is a Java data binding framework and serialization library designed to convert objects to JSON strings and parse JSON data into typed objects. It functions as a JSON parser and stream processor capable of transforming JSON strings into data structures. The project emphasizes high performance JSON processing and memory management, specifically through the use of a pipeline to stream oversized JSON objects and texts to prevent memory exhaustion. It provides capabilities for JSON data serialization and deserialization workflows, including custom JSON data mapping and the ability to def

    This library is a high-performance Java framework that provides comprehensive data binding, streaming, and tree-model manipulation for JSON, directly addressing all the core requirements for efficient serialization and parsing.

    JavaJSON Serialization Libraries
    在 GitHub 上查看↗25,625
  • fasterxml/jacksonFasterXML 的头像

    FasterXML/jackson

    9,740在 GitHub 上查看↗

    Jackson is a Java data binding framework and multi-format data serializer used to translate data structures into native language objects. It functions as a JSON data binding library and a streaming parser that reads and writes data as discrete tokens to process large datasets with minimal memory. The project distinguishes itself through a bytecode serialization accelerator that replaces standard reflection with generated bytecode to increase data binding speed. It employs a module-based extensibility model to support a wide range of formats beyond JSON, including XML, YAML, CSV, TOML, and bin

    Jackson is the industry-standard Java library for JSON processing, providing comprehensive support for data binding, streaming, tree models, and schema validation with high-performance optimizations.

    JSON-SchemaJSON Serialization Libraries
    在 GitHub 上查看↗9,740
  • google/gsongoogle 的头像

    google/gson

    24,357在 GitHub 上查看↗

    Gson is a Java library designed for the serialization and deserialization of objects into structured text formats. It functions as a reflection-based data mapper, inspecting class structures at runtime to automatically convert memory-resident objects into data representations and reconstruct them back into typed language objects. The library distinguishes itself through a modular type-adapter pattern that allows for custom conversion rules for complex or nested structures. It also provides robust support for production environments by generating build-time metadata and configuration rules, wh

    Gson is a widely-used Java library that provides robust data binding and serialization capabilities, though it lacks the native tree model and schema validation features found in more comprehensive JSON processing suites.

    JavaStreaming ParsersJSON Serialization Libraries
    在 GitHub 上查看↗24,357
  • stleary/json-javastleary 的头像

    stleary/JSON-java

    4,717在 GitHub 上查看↗

    JSON-java is a Java library for parsing and generating JSON text and mapping it to Java objects and collections. It functions as a serialization framework for converting class instances and data structures into standardized JSON strings. The project includes a JSON pointer implementation for retrieving specific values from documents using string or URI fragment representations. It also provides a converter for translating data structures between JSON and XML, as well as a translator for transforming data between JSON and web formats such as HTTP headers, cookies, and comma-delimited lists. T

    This library provides essential JSON parsing, generation, and object mapping capabilities, though it lacks the comprehensive annotation support and schema validation features found in more robust enterprise-grade alternatives.

    JavaJSON-to-Object Mappers
    在 GitHub 上查看↗4,717
  • fasterxml/jackson-databindFasterXML 的头像

    FasterXML/jackson-databind

    3,729在 GitHub 上查看↗

    Jackson-databind is a Java serialization framework and JSON data binding library used to convert Java objects to JSON and vice versa. It functions as a JSON streaming API that generates and parses content as a sequence of tokens, and as a hierarchical data tree mapper that reads data into a node structure for dynamic modification without predefined classes. The project provides a structured mapping process to bind data to objects, allowing for the transformation of complex Java objects into data formats and the reconstruction of objects from those formats. It supports custom data format mappi

    Jackson-databind is the industry-standard Java library for JSON processing, providing comprehensive support for data binding, streaming, tree models, and annotation-driven configuration.

    JavaJSON and Data ParsingToken-Based Streaming ParsersData Format Converters
    在 GitHub 上查看↗3,729
  • square/moshisquare 的头像

    square/moshi

    10,138在 GitHub 上查看↗

    Moshi is a JSON serialization library and parser for Kotlin and Java. It functions as a reflectionless JSON encoder that converts typed objects to JSON strings and parses JSON data back into language objects. The library distinguishes itself through compile-time adapter generation, which removes the performance overhead associated with runtime reflection. It also provides a polymorphic JSON mapper that uses type identifiers to resolve and instantiate specific subclasses of a common base type. The framework supports custom adapter definitions for specialized type conversion, including nullabi

    Moshi is a high-performance, reflectionless JSON library for Java and Kotlin that provides robust data binding and streaming capabilities, though it lacks built-in schema validation.

    KotlinJSON Serialization Libraries
    在 GitHub 上查看↗10,138
  • json-iterator/javajson-iterator 的头像

    json-iterator/java

    1,566在 GitHub 上查看↗

    This library is a high-performance JSON processing tool for Java designed to handle data serialization and deserialization with minimal resource consumption. It provides a framework for transforming complex object graphs into JSON strings and mapping raw input directly to typed class properties. The library distinguishes itself by utilizing compile-time code generation and reflection-free mapping to eliminate expensive runtime overhead. By employing iterator-based stream parsing and zero-allocation buffer management, it processes large or deeply nested data structures while reducing garbage c

    This library provides high-performance JSON parsing and serialization with support for data binding and a streaming API, making it a strong choice for Java developers focused on speed.

    JavaJSON Serialization Libraries
    在 GitHub 上查看↗1,566

Related searches

  • a high performance JSON library for Go
  • a high performance JSON library for C#
  • 高性能 JSON 解析库
  • a high performance serialization library for Java
  • a lightweight json library for C++
  • a java library for making http requests
  • 用于命令行的 JSON 处理和查询工具
  • a java library for data compression