2 مستودعات
Tools for automatically converting complex objects into storable formats.
Distinguishing note: Focuses on the serialization layer rather than the storage engine itself.
Explore 2 awesome GitHub repositories matching data & databases · Data Serialization Utilities. Refine with filters or upvote what's useful.
This project is an asynchronous key-value store designed for client-side data persistence. It provides a unified interface that allows applications to save and retrieve complex data types, including binary objects, while maintaining responsiveness through non-blocking operations. By enabling offline-first functionality, it ensures that data remains accessible even when a network connection is unavailable. The library distinguishes itself through a driver-based abstraction layer that automatically detects the most efficient storage mechanism available in the current browser or mobile environme
Converts complex JavaScript objects and binary blobs into storable formats before writing to the backend.
VBA-JSON هي مكتبة مصممة لتحليل وتسلسل بيانات JSON داخل بيئات Visual Basic for Applications. تعمل كمكتبة بيانات لأتمتة المكتب، مما يمكن تطبيقات Microsoft Office القديمة من معالجة البيانات المهيكلة والتفاعل مع خدمات الويب الحديثة. تقوم الأداة بتحويل نص JSON الخام إلى كائنات ومجموعات أصلية، مما يسمح للمطورين بالوصول إلى البيانات ومعالجتها باستخدام طرق الفهرسة والتكرار القياسية. كما تقوم بالعملية العكسية، حيث تحول هياكل اللغة الأصلية إلى سلاسل متوافقة مع JSON للتبادل مع الأنظمة الخارجية. من خلال التعامل مع الترجمة بين أنواع البيانات الأصلية والنصوص المهيكلة، تسهل المكتبة التكامل مع خدمات الويب RESTful. يعتمد التنفيذ على محلل تنازلي متكرر (recursive descent parser) ومحلل رموز آلة الحالة (state-machine tokenizer) لمعالجة هياكل البيانات المتداخلة وتعيين بدائيات اللغة المحددة إلى تنسيقات JSON صالحة.
Offers utilities for converting native collections and objects into structured JSON strings.