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

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

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

stleary/JSON-java

0
View on GitHub↗
4,717 星标·2,599 分支·Java·2 次浏览stleary.github.io/JSON-java/index.html↗

JSON Java

JSON-java 是一个用于解析和生成 JSON 文本并将其映射到 Java 对象和集合的 Java 库。它作为一个序列化框架,用于将类实例和数据结构转换为标准化的 JSON 字符串。

该项目包含一个 JSON 指针实现,用于通过字符串或 URI 片段表示从文档中检索特定值。它还提供了一个转换器,用于在 JSON 和 XML 之间转换数据结构,以及一个用于在 JSON 与 HTTP 标头、Cookie 和逗号分隔列表等 Web 格式之间进行转换的翻译器。

该库涵盖了 JSON 处理的广泛功能,包括对象序列化和反序列化。它支持将 JSON 文本灵活解析为对象,并支持生成标准化的 JSON 文档。

Features

  • JSON Serializers - Functions as a serialization framework for converting Java class instances and data structures into standardized JSON strings.
  • JSON Parsing - Provides a comprehensive library for parsing JSON text into structured Java objects.
  • JSON-to-Object Mappers - Transforms JSON strings into strongly typed Java objects for programmatic use.
  • JSON Libraries - A comprehensive Java library for parsing, generating, and mapping JSON text to Java objects.
  • Object Mapping - Uses Java reflection to automatically map JSON keys to class properties during serialization and deserialization.
  • Map-Based Document Models - Uses standard Java Map and List collections to represent parsed JSON data for programmatic access.
  • Web Format Converters - Transforms data between JSON and web-specific formats such as browser cookies and comma-delimited lists.
  • Data Format Translators - Translates data between multiple formats including JSON, XML, HTTP headers, and cookies.
  • XML to JSON Converters - Provides utilities to translate data structures between JSON and XML formats.
  • JSON Data Extraction - Uses pointers and URI fragments to locate and retrieve specific values from complex JSON documents.
  • Pointer-Based Value Retrieval - Retrieves specific values from JSON documents using string or URI fragment representations.
  • JSON Pointers - Provides a JSON pointer implementation for extracting specific values from documents using string or URI fragment representations.
  • Pointer-Based Navigation - Implements a system for accessing nested data elements using path-based pointers.
  • Serialization Control - Provides mechanisms to control field visibility and formatting during serialization using annotations.
  • Stream-Based Text Processing - Processes large JSON documents using input and output streams to minimize memory usage.

Star 历史

stleary/json-java 的 Star 历史图表stleary/json-java 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

JSON Java 的开源替代方案

相似的开源项目,按与 JSON Java 的功能重合度排序。
  • ibireme/yymodelibireme 的头像

    ibireme/YYModel

    4,353在 GitHub 上查看↗

    YYModel is a JSON model mapping library and bidirectional data mapper designed to transform raw JSON data into structured model objects and vice versa. It functions as a type-safe JSON parser that employs automatic type coercion to prevent application crashes caused by incompatible data types during the parsing process. The framework uses runtime introspection to map JSON keys to model properties based on naming rules and explicit configurations. It supports the instantiation of nested model objects through recursive traversal of the data hierarchy and provides a consistent translation layer

    Objective-C
    在 GitHub 上查看↗4,353
  • ibireme/yyjsonibireme 的头像

    ibireme/yyjson

    3,788在 GitHub 上查看↗

    yyjson is a high-performance C library for parsing, serializing, and manipulating JSON data structures. It functions as a memory-efficient data tool that utilizes custom memory pools and contiguous block allocation to minimize fragmentation and overhead. The project distinguishes itself as a SIMD JSON processor, using hardware-accelerated vector instructions for rapid string validation and parsing. It provides a toolkit for querying, modifying, and patching nested JSON objects and arrays through pointer-based access and path expressions. The library covers a broad range of data manipulation

    C
    在 GitHub 上查看↗3,788
  • sbjson/sbjsonSBJson 的头像

    SBJson/SBJson

    3,717在 GitHub 上查看↗

    SBJson is an Objective-C JSON parser and generator designed for the parsing and generation of JSON data. It functions as a strict JSON validator, enforcing rigid grammar rules to ensure input data adheres to formal specifications. The project features an incremental JSON stream parser that processes UTF8 data in chunks to extract documents without loading the entire payload into memory. It also serves as a JSON data serializer that transforms native data objects into formatted strings using deterministic key sorting. The system manages data serialization workflows and implements security mea

    Objective-C
    在 GitHub 上查看↗3,717
  • vba-tools/vba-jsonVBA-tools 的头像

    VBA-tools/VBA-JSON

    2,117在 GitHub 上查看↗

    VBA-JSON is a library designed for parsing and serializing JSON data within Visual Basic for Applications environments. It functions as an office automation data library, enabling legacy Microsoft Office applications to process structured data and interact with modern web services. The tool converts raw JSON text into native objects and collections, allowing developers to access and manipulate data using standard indexing and iteration methods. It also performs the reverse operation, transforming native language structures into JSON-compliant strings for exchange with external systems. By ha

    Visual Basic
    在 GitHub 上查看↗2,117
查看 JSON Java 的所有 30 个替代方案→

常见问题解答

stleary/json-java 是做什么的?

JSON-java 是一个用于解析和生成 JSON 文本并将其映射到 Java 对象和集合的 Java 库。它作为一个序列化框架,用于将类实例和数据结构转换为标准化的 JSON 字符串。

stleary/json-java 的主要功能有哪些?

stleary/json-java 的主要功能包括:JSON Serializers, JSON Parsing, JSON-to-Object Mappers, JSON Libraries, Object Mapping, Map-Based Document Models, Web Format Converters, Data Format Translators。

stleary/json-java 有哪些开源替代品?

stleary/json-java 的开源替代品包括: ibireme/yymodel — YYModel is a JSON model mapping library and bidirectional data mapper designed to transform raw JSON data into… ibireme/yyjson — yyjson is a high-performance C library for parsing, serializing, and manipulating JSON data structures. It functions… sbjson/sbjson — SBJson is an Objective-C JSON parser and generator designed for the parsing and generation of JSON data. It functions… vba-tools/vba-json — VBA-JSON is a library designed for parsing and serializing JSON data within Visual Basic for Applications… alibaba/fastjson2 — fastjson2 is a high-performance Java library used for serializing and deserializing Java objects to and from JSON… mailru/easyjson — easyjson is a high-performance JSON serializer and memory-optimized parser for Go. It provides a reflectionless code…