2 Repos
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 ist eine Bibliothek zum Parsen und Serialisieren von JSON-Daten in Visual Basic for Applications-Umgebungen. Sie fungiert als Datenbibliothek für Office-Automatisierung und ermöglicht es Legacy-Microsoft-Office-Anwendungen, strukturierte Daten zu verarbeiten und mit modernen Webdiensten zu interagieren. Das Tool konvertiert rohen JSON-Text in native Objekte und Collections, sodass Entwickler Daten mittels Standard-Indizierung und Iterationsmethoden abrufen und manipulieren können. Es führt zudem die umgekehrte Operation aus und transformiert native Sprachstrukturen in JSON-konforme Strings für den Austausch mit externen Systemen. Durch die Handhabung der Übersetzung zwischen nativen Datentypen und strukturiertem Text erleichtert die Bibliothek die Integration mit RESTful-Webdiensten. Die Implementierung basiert auf einem Recursive-Descent-Parser und einem State-Machine-Tokenizer, um verschachtelte Datenstrukturen zu verarbeiten und sprachspezifische Primitive auf gültige JSON-Formate abzubilden.
Offers utilities for converting native collections and objects into structured JSON strings.