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

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

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

johnlui/JSONNeverDie

0
View on GitHub↗
444 نجوم·38 تفرعات·Swift·MIT·2 مشاهدات

JSONNeverDie

Auto reflection tool from JSON to Model, user friendly JSON encoder / decoder, aims to never die

Features

  • Data Persistence - Auto-reflection from JSON to models.
  • Runtime Reflection - Auto-reflection from JSON to models.

سجل النجوم

مخطط تاريخ النجوم لـ johnlui/jsonneverdieمخطط تاريخ النجوم لـ johnlui/jsonneverdie

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ JSONNeverDie

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع JSONNeverDie.
  • evermeer/evreflectionالصورة الرمزية لـ evermeer

    evermeer/EVReflection

    959عرض على GitHub↗

    Reflection based (Dictionary, CKRecord, NSManagedObject, Realm, JSON and XML) object mapping with extensions for Alamofire and Moya with RxSwift or ReactiveSwift

    Swiftalamofireevreflectionjson
    عرض على GitHub↗959
  • sebastianbergmann/object-reflectorالصورة الرمزية لـ sebastianbergmann

    sebastianbergmann/object-reflector

    6,283عرض على GitHub↗

    Object-reflector is a Python object reflection library and dynamic attribute access tool. It functions as an object property extractor designed to retrieve values from an object's internal state and inheritance hierarchies during runtime. The library provides the capability to access and extract private, protected, and inherited object attributes. This allows for the inspection of internal properties regardless of their visibility. The project covers domains including software debugging workflows, automated testing utilities, and general Python runtime reflection to analyze object properties

    PHP
    عرض على GitHub↗6,283
  • haxefoundation/haxeالصورة الرمزية لـ HaxeFoundation

    HaxeFoundation/haxe

    6,880عرض على GitHub↗

    Haxe is a statically typed, multi-target programming language and open-source compiler toolkit that translates a single codebase into native executables and scripts for JavaScript, C++, C#, Java, Python, Lua, PHP, and Flash targets. It provides a unified type system with automatic type inference, a compile-time macro system for code transformation and generation, conditional compilation directives, and a static analysis engine that enforces null safety and eliminates dead code to produce smaller, safer outputs. The language is supported by the HashLink virtual machine, which executes platform

    Haxecompilercross-platformhaxe
    عرض على GitHub↗6,880
  • c3lang/c3cالصورة الرمزية لـ c3lang

    c3lang/c3c

    5,147عرض على GitHub↗

    c3c is the compiler for the C3 programming language, transforming source code into executable binaries, static libraries, or dynamic libraries using an LLVM backend. It implements a system based on result-based error handling, scoped memory pooling, and a semantic macro system. The compiler provides first-class support for hardware-backed SIMD vectors that map directly to processor instructions and enables runtime polymorphism through interface-based dynamic dispatch. The project covers a broad set of low-level capabilities, including manual and pooled memory management, inline assembly inte

    C3c3compilerlanguage
    عرض على GitHub↗5,147
عرض جميع البدائل الـ 30 لـ JSONNeverDie→

الأسئلة الشائعة

ما هي وظيفة johnlui/jsonneverdie؟

Auto reflection tool from JSON to Model, user friendly JSON encoder / decoder, aims to never die

ما هي الميزات الرئيسية لـ johnlui/jsonneverdie؟

الميزات الرئيسية لـ johnlui/jsonneverdie هي: Data Persistence, Runtime Reflection.

ما هي البدائل مفتوحة المصدر لـ johnlui/jsonneverdie؟

تشمل البدائل مفتوحة المصدر لـ johnlui/jsonneverdie: evermeer/evreflection — Reflection based (Dictionary, CKRecord, NSManagedObject, Realm, JSON and XML) object mapping with extensions for… sebastianbergmann/object-reflector — Object-reflector is a Python object reflection library and dynamic attribute access tool. It functions as an object… pardeike/harmony — Harmony is a library for modifying, replacing, and decorating compiled .NET and Mono methods during execution without… c3lang/c3c — c3c is the compiler for the C3 programming language, transforming source code into executable binaries, static… haxefoundation/haxe — Haxe is a statically typed, multi-target programming language and open-source compiler toolkit that translates a… anviking/decodable — [Probably deprecated] Swift 2/3 JSON unmarshalling done (more) right.