awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
johnlui avatar

johnlui/JSONNeverDie

0
View on GitHub↗
444 स्टार्स·38 फोर्क्स·Swift·MIT·3 व्यूज़

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 के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

JSONNeverDie के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो JSONNeverDie के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • evermeer/evreflectionevermeer का अवतार

    evermeer/EVReflection

    959GitHub पर देखें↗

    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-reflectorsebastianbergmann का अवतार

    sebastianbergmann/object-reflector

    6,283GitHub पर देखें↗

    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/haxeHaxeFoundation का अवतार

    HaxeFoundation/haxe

    6,880GitHub पर देखें↗

    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/c3cc3lang का अवतार

    c3lang/c3c

    5,147GitHub पर देखें↗

    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
JSONNeverDie के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

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.