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,951GitHub पर देखें↗

    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,558GitHub पर देखें↗

    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,639GitHub पर देखें↗

    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,110GitHub पर देखें↗

    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,239GitHub पर देखें↗

    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,474GitHub पर देखें↗

    Functional JSON parsing library for Swift

    Functional JSON parsing and mapping library.

    Swift
    GitHub पर देखें↗3,474
  • weichsel/zipfoundationweichsel का अवतार

    weichsel/ZIPFoundation

    2,694GitHub पर देखें↗

    Effortless ZIP Handling in Swift

    Library for creating and modifying ZIP archives.

    Swift
    GitHub पर देखें↗2,694
  • marmelroy/zipmarmelroy का अवतार

    marmelroy/Zip

    2,601GitHub पर देखें↗

    Swift framework for zipping and unzipping files.

    Framework for zipping and unzipping files.

    Swift
    GitHub पर देखें↗2,601
  • msgpack/msgpack-pythonmsgpack का अवतार

    msgpack/msgpack-python

    2,096GitHub पर देखें↗

    MessagePack serializer implementation for Python msgpack.orgPython

    MessagePack implementation for Python.

    Pythonmsgpackpython
    GitHub पर देखें↗2,096
  • drmohundro/swxmlhashdrmohundro का अवतार

    drmohundro/SWXMLHash

    1,465GitHub पर देखें↗

    Simple XML parsing in Swift

    Simple XML parsing utility.

    Swift
    GitHub पर देखें↗1,465
  • swiftyjson/alamofire-swiftyjsonSwiftyJSON का अवतार

    SwiftyJSON/Alamofire-SwiftyJSON

    1,373GitHub पर देखें↗

    Alamofire extension for serialize NSData to SwiftyJSON

    Alamofire extension for JSON serialization.

    Swiftalamofirealamofire-swiftyjsonswift
    GitHub पर देखें↗1,373
  • jpsim/yamsjpsim का अवतार

    jpsim/Yams

    1,251GitHub पर देखें↗

    A Sweet and Swifty YAML parser.

    Parser for YAML data.

    Swift
    GitHub पर देखें↗1,251
  • cezheng/fuzicezheng का अवतार

    cezheng/Fuzi

    1,105GitHub पर देखें↗

    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,039GitHub पर देखें↗

    Swift minion for simple and lightweight XML parsing

    Lightweight XML parser for iOS.

    Swift
    GitHub पर देखें↗1,039
  • delba/jasondelba का अवतार

    delba/JASON

    1,008GitHub पर देखें↗

    Fast JSON parsing for Swift

    High-performance JSON parsing with convenient operators.

    Swift
    GitHub पर देखें↗1,008
  • insanoid/swiftyjsonacceleratorinsanoid का अवतार

    insanoid/SwiftyJSONAccelerator

    947GitHub पर देखें↗

    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

    879GitHub पर देखें↗

    Easy XML parsing using Codable protocols in Swift

    XML encoding and decoding using Codable protocols.

    Swift
    GitHub पर देखें↗879
  • synopse/mormotsynopse का अवतार

    synopse/mORMot

    823GitHub पर देखें↗

    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

    739GitHub पर देखें↗

    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

    556GitHub पर देखें↗

    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