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

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

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

56 个仓库

Awesome GitHub RepositoriesData Serialization

Libraries for converting complex objects to and from standard formats.

Explore 56 awesome GitHub repositories matching part of an awesome list · Data Serialization. Refine with filters or upvote what's useful.

Awesome Data Serialization GitHub Repositories

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

    SwiftyJSON/SwiftyJSON

    22,951在 GitHub 上查看↗

    SwiftyJSON is a Swift JSON parsing library and data wrapper designed to simplify the reading and manipulation of JSON structures. It provides a toolkit for converting raw JSON strings into structured formats without requiring manual type casting or optional chaining for every value. The library focuses on simplifying nested data extraction through subscript-based value access and recursive data resolution. It ensures optional-safe value retrieval by returning default empty values instead of crashing when encountering missing keys or out-of-bounds array indices. The project includes capabilit

    Simplified JSON data handling.

    Swift
    在 GitHub 上查看↗22,951
  • protobufjs/protobuf.jsprotobufjs 的头像

    protobufjs/protobuf.js

    10,558在 GitHub 上查看↗

    protobuf.js is a JavaScript and TypeScript library for encoding and decoding structured data using the Protocol Buffers binary format. It functions as a dynamic parser that can load and process schemas at runtime, a JSON transcoder for converting messages to human-readable formats, and a framework for building transport-agnostic remote procedure call clients. The project distinguishes itself by offering both dynamic message handling and a static code generator that produces TypeScript declarations and JavaScript modules to reduce runtime overhead. It also provides a reflection API for definin

    Protocol Buffers implementation for JavaScript.

    JavaScript
    在 GitHub 上查看↗10,558
  • daltoniam/starscreamdaltoniam 的头像

    daltoniam/Starscream

    8,639在 GitHub 上查看↗

    Starscream is a Swift WebSocket client library that provides a concrete implementation of the WebSocket protocol for iOS and macOS applications. It functions as an event-driven wrapper for establishing and managing bidirectional connections to send and receive text and binary frames over TCP. The library includes a secure WebSocket client capable of encrypting traffic and validating server identities. It manages the full connection lifecycle, from the initial handshake and header exchange to session termination with custom close codes. The project covers a broad range of networking capabilit

    WebSocket client implementation.

    Swift
    在 GitHub 上查看↗8,639
  • ijl/orjsonijl 的头像

    ijl/orjson

    8,110在 GitHub 上查看↗

    orjson is a high-performance Python library for serializing and deserializing JSON data. It functions as both a JSON parsing library and a serialization engine, converting data between native Python objects and UTF-8 encoded bytes. The project provides specialized support for converting complex Python data structures, including dataclasses, datetime objects, and NumPy arrays and scalars, into JSON format. It also allows for the insertion of pre-serialized JSON blobs into documents to maintain processing speed. The library includes capabilities for memory-efficient deserialization through key

    Fast JSON library for Python.

    Pythondataclassesdatetimedeserialization
    在 GitHub 上查看↗8,110
  • marshmallow-code/marshmallowmarshmallow-code 的头像

    marshmallow-code/marshmallow

    7,239在 GitHub 上查看↗

    Marshmallow is a Python data serialization library and validation framework. It functions as a bridge that transforms complex application objects into primitive data types for storage or network transmission and vice versa. The library utilizes a schema-based approach to validate that incoming data conforms to specific types and constraints. It employs a two-way transformation pipeline consisting of separate load and dump phases to handle deserialization and serialization. The framework supports class-based schema definitions with declarative field validation and recursive schema nesting for

    Library for object serialization and deserialization.

    Pythondeserializationmarshallingpython
    在 GitHub 上查看↗7,239
  • thoughtbot/argothoughtbot 的头像

    thoughtbot/Argo

    3,474在 GitHub 上查看↗

    Functional JSON parsing library for Swift

    Functional JSON parsing and mapping library.

    Swift
    在 GitHub 上查看↗3,474
  • weichsel/zipfoundationweichsel 的头像

    weichsel/ZIPFoundation

    2,694在 GitHub 上查看↗

    Effortless ZIP Handling in Swift

    Library for creating and modifying ZIP archives.

    Swift
    在 GitHub 上查看↗2,694
  • marmelroy/zipmarmelroy 的头像

    marmelroy/Zip

    2,601在 GitHub 上查看↗

    Swift framework for zipping and unzipping files.

    Framework for zipping and unzipping files.

    Swift
    在 GitHub 上查看↗2,601
  • msgpack/msgpack-pythonmsgpack 的头像

    msgpack/msgpack-python

    2,096在 GitHub 上查看↗

    MessagePack serializer implementation for Python msgpack.orgPython

    MessagePack implementation for Python.

    Pythonmsgpackpython
    在 GitHub 上查看↗2,096
  • drmohundro/swxmlhashdrmohundro 的头像

    drmohundro/SWXMLHash

    1,465在 GitHub 上查看↗

    Simple XML parsing in Swift

    Simple XML parsing utility.

    Swift
    在 GitHub 上查看↗1,465
  • swiftyjson/alamofire-swiftyjsonSwiftyJSON 的头像

    SwiftyJSON/Alamofire-SwiftyJSON

    1,373在 GitHub 上查看↗

    Alamofire extension for serialize NSData to SwiftyJSON

    Alamofire extension for JSON serialization.

    Swiftalamofirealamofire-swiftyjsonswift
    在 GitHub 上查看↗1,373
  • jpsim/yamsjpsim 的头像

    jpsim/Yams

    1,251在 GitHub 上查看↗

    A Sweet and Swifty YAML parser.

    Parser for YAML data.

    Swift
    在 GitHub 上查看↗1,251
  • cezheng/fuzicezheng 的头像

    cezheng/Fuzi

    1,105在 GitHub 上查看↗

    A fast & lightweight XML & HTML parser in Swift with XPath & CSS support

    Fast XML and HTML parser with XPath support.

    Swift
    在 GitHub 上查看↗1,105
  • tadija/aexmltadija 的头像

    tadija/AEXML

    1,039在 GitHub 上查看↗

    Swift minion for simple and lightweight XML parsing

    Lightweight XML parser for iOS.

    Swift
    在 GitHub 上查看↗1,039
  • delba/jasondelba 的头像

    delba/JASON

    1,008在 GitHub 上查看↗

    Fast JSON parsing for Swift

    High-performance JSON parsing with convenient operators.

    Swift
    在 GitHub 上查看↗1,008
  • insanoid/swiftyjsonacceleratorinsanoid 的头像

    insanoid/SwiftyJSONAccelerator

    947在 GitHub 上查看↗

    macOS app to generate Swift 5 code for models from JSON (with Codeable)

    Generator for Swift models from JSON data.

    Swift
    在 GitHub 上查看↗947
  • coreoffice/xmlcoderCoreOffice 的头像

    CoreOffice/XMLCoder

    879在 GitHub 上查看↗

    Easy XML parsing using Codable protocols in Swift

    XML encoding and decoding using Codable protocols.

    Swift
    在 GitHub 上查看↗879
  • synopse/mormotsynopse 的头像

    synopse/mORMot

    823在 GitHub 上查看↗

    Synopse mORMot 1 ORM/SOA/MVC framework - Please upgrade to mORMot 2 !

    High-speed JSON library using custom variant types.

    Pascal
    在 GitHub 上查看↗823
  • viniciussanchez/dataset-serializeviniciussanchez 的头像

    viniciussanchez/dataset-serialize

    739在 GitHub 上查看↗

    DataSet Serialize is a set of features to make working with JSON and DataSet simple. It has features such as exporting or importing records into a DataSet, validate if JSON has all required attributes (previously entered in the DataSet), exporting or importing the structure of DataSet fields in…

    Component for serializing database datasets to and from JSON.

    Pascal
    在 GitHub 上查看↗739
  • adamdruppe/arsdadamdruppe 的头像

    adamdruppe/arsd

    556在 GitHub 上查看↗

    As of January 1, 2024, this repo is written in the OpenD Programming Language. This is very similar to, but NOT the same as Walter Bright's version of the D Programming Language.

    DOM-based XML and HTML parsing library.

    D
    在 GitHub 上查看↗556
上一个123下一个
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Data Serialization