awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

46 مستودعات

Awesome GitHub RepositoriesData Parsing

Libraries for serializing and deserializing various data formats.

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

Awesome Data Parsing GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • swiftyjson/swiftyjsonالصورة الرمزية لـ SwiftyJSON

    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 way to handle JSON data in Swift.

    Swift
    عرض على GitHub↗22,951
  • mantle/mantleالصورة الرمزية لـ Mantle

    Mantle/Mantle

    11,255عرض على GitHub↗

    Mantle is a framework for mapping raw data structures and JSON into typed model objects for Cocoa and Cocoa Touch applications. It serves as a data serialization engine and JSON data mapper that transforms dictionaries and arrays into structured model objects. The framework distinguishes itself through an Objective-C persistence layer that manages model disk archiving via keyed archivers. It includes specialized logic for model version management, allowing outdated archived data structures to be upgraded to match current schemas during deserialization. The project covers a broad range of dat

    Model framework for Cocoa and Cocoa Touch applications.

    Objective-C
    عرض على GitHub↗11,255
  • ranchero-software/netnewswireالصورة الرمزية لـ Ranchero-Software

    Ranchero-Software/NetNewsWire

    10,131عرض على GitHub↗

    NetNewsWire is an RSS feed aggregator and cloud-synced news reader. It provides a centralized interface for collecting, organizing, and consuming articles from multiple web feed formats using an XML feed parser. The application features a local database feed cache to ensure fast retrieval and offline access to content. It includes a customizable theme engine that decouples visual styling from logic, allowing the user interface appearance to be adjusted via configurable parameters. The platform supports cross-device reading synchronization for subscription lists and read markers through remot

    Open-source feed reader for macOS and iOS.

    Swiftfeed-readeriosjson-feed
    عرض على GitHub↗10,131
  • tristanhimmelman/objectmapperالصورة الرمزية لـ tristanhimmelman

    tristanhimmelman/ObjectMapper

    9,146عرض على GitHub↗

    ObjectMapper is a JSON serialization framework for Swift that maps JSON strings and dictionaries into strongly typed classes and structs. It functions as a data mapper and converter, facilitating the bidirectional transformation of data between raw JSON and Swift model objects. The library uses protocol-based mapping to associate specific JSON keys with object properties. It supports nested key extraction via dot-notation pathing and employs custom transformation classes to bridge the gap between JSON and Swift types. The framework provides capabilities for model validation during initializa

    Converts model objects to and from JSON.

    Swift
    عرض على GitHub↗9,146
  • codermjlee/mjextensionالصورة الرمزية لـ CoderMJLee

    CoderMJLee/MJExtension

    8,502عرض على GitHub↗

    MJExtension is a JSON serialization library and model mapping framework used to convert data between JSON strings and structured model objects. It functions as an object data mapper that handles the encoding and decoding of complex object hierarchies for network transmission and storage. The framework is a non-intrusive data mapper that uses reflection and runtime inspection to map raw data strings to application objects. This approach allows for data transformation without requiring base class inheritance, decorators, or extensions to the underlying model classes. The system supports recurs

    Fast and non-intrusive JSON to model conversion.

    Objective-C
    عرض على GitHub↗8,502
  • jsonmodel/jsonmodelالصورة الرمزية لـ JSONModel

    JSONModel/JSONModel

    6,813عرض على GitHub↗

    JSONModel is a data modeling framework and serialization library for Apple platforms, including iOS, macOS, watchOS, and tvOS. It transforms JSON strings and dictionaries into typed Swift objects to eliminate manual dictionary parsing. The framework provides a mapping system that utilizes custom key rules and dot-notation to resolve nested data hierarchies. It supports the conversion of complex JSON structures into organized model relationships and manages the transformation of JSON arrays into collections of typed model instances. The toolset includes data type transformation via custom tra

    Framework for creating smart data models from JSON.

    Objective-C
    عرض على GitHub↗6,813
  • alibaba/handyjsonالصورة الرمزية لـ alibaba

    alibaba/handyjson

    4,262عرض على GitHub↗

    HandyJSON is a Swift JSON serialization library and data mapper. It functions as an object mapper that converts JSON data into typed Swift models and transforms Swift objects back into JSON strings for storage or transmission. The library uses reflection to automatically map JSON keys to object properties and supports custom mapping metadata to resolve naming differences between APIs and code. It provides capabilities for extracting values from deep nested paths within a JSON structure and supports the transformation of complex types such as dates and URLs. The framework handles both the des

    Convenient JSON serialization and deserialization for Swift.

    Swift
    عرض على GitHub↗4,262
  • sbjson/sbjsonالصورة الرمزية لـ SBJson

    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

    Strict JSON parser and generator for Objective-C.

    Objective-C
    عرض على GitHub↗3,717
  • tristanhimmelman/alamofireobjectmapperالصورة الرمزية لـ tristanhimmelman

    tristanhimmelman/AlamofireObjectMapper

    2,649عرض على GitHub↗

    An Alamofire extension which converts JSON response data into swift objects using ObjectMapper

    Converts network responses to objects using mapping.

    Swift
    عرض على GitHub↗2,649
  • mattt/onoالصورة الرمزية لـ mattt

    mattt/Ono

    2,596عرض على GitHub↗

    A sensible way to deal with XML & HTML for iOS & macOS

    Sensible XML and HTML handling for Apple platforms.

    Objective-C
    عرض على GitHub↗2,596
  • tid-kijyun/kannaالصورة الرمزية لـ tid-kijyun

    tid-kijyun/Kanna

    2,484عرض على GitHub↗

    Kanna(鉋) is an XML/HTML parser for Swift.

    XML and HTML parser for macOS and iOS.

    Swift
    عرض على GitHub↗2,484
  • drmohundro/swxmlhashالصورة الرمزية لـ drmohundro

    drmohundro/SWXMLHash

    1,465عرض على GitHub↗

    Simple XML parsing in Swift

    Simple XML parsing for Swift.

    Swift
    عرض على GitHub↗1,465
  • nmdias/feedkitالصورة الرمزية لـ nmdias

    nmdias/FeedKit

    1,334عرض على GitHub↗

    FeedKit is a Swift library for Reading and Generating RSS, Atom, and JSON feeds.

    RSS and Atom feed parser for Swift.

    Swift
    عرض على GitHub↗1,334
  • mkoehnke/wkzombieالصورة الرمزية لـ mkoehnke

    mkoehnke/WKZombie

    1,181عرض على GitHub↗

    WKZombie is a Swift framework for iOS/OSX to navigate within websites and collect data without the need of User Interface or API, also known as Headless browser. It can be used to run automated tests / snapshots and manipulate websites using Javascript.

    Headless browser for website navigation and data collection.

    Swiftbrowserheadlessios
    عرض على GitHub↗1,181
  • krzysztofzablocki/propertymapperالصورة الرمزية لـ krzysztofzablocki

    krzysztofzablocki/PropertyMapper

    1,119عرض على GitHub↗

    Property mapping for Objective-C iOS apps.

    Minimalist data mapping and validation.

    Objective-C
    عرض على GitHub↗1,119
  • cezheng/fuziالصورة الرمزية لـ cezheng

    cezheng/Fuzi

    1,105عرض على GitHub↗

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

    Fast XML and HTML parser with XPath and CSS support.

    Swift
    عرض على GitHub↗1,105
  • tadija/aexmlالصورة الرمزية لـ tadija

    tadija/AEXML

    1,039عرض على GitHub↗

    Swift minion for simple and lightweight XML parsing

    Lightweight XML parser for Swift.

    Swift
    عرض على GitHub↗1,039
  • delba/jasonالصورة الرمزية لـ delba

    delba/JASON

    1,008عرض على GitHub↗

    Fast JSON parsing for Swift

    High-performance JSON parsing with convenient operators.

    Swift
    عرض على GitHub↗1,008
  • insanoid/swiftyjsonacceleratorالصورة الرمزية لـ insanoid

    insanoid/SwiftyJSONAccelerator

    947عرض على GitHub↗

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

    Generates Swift model files from JSON with Codable support.

    Swift
    عرض على GitHub↗947
  • maxdesiatov/corexlsxالصورة الرمزية لـ MaxDesiatov

    MaxDesiatov/CoreXLSX

    904عرض على GitHub↗

    Excel spreadsheet (XLSX) format parser written in pure Swift

    Pure Swift support for Excel spreadsheet files.

    Swift
    عرض على GitHub↗904
السابق123التالي
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Data Parsing

استكشف الوسوم الفرعية

  • Grammar-Based Data ParsersUses a built-in domain-specific language to define and execute grammar-based parsing rules for text or data. **Distinct from Data Parsing:** Distinct from Data Parsing: uses a PEG-based grammar dialect rather than general serialization/deserialization libraries.