2 repository-uri
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 este o bibliotecă concepută pentru parsarea și serializarea datelor JSON în medii Visual Basic for Applications. Funcționează ca o bibliotecă de date pentru automatizarea Office, permițând aplicațiilor legacy Microsoft Office să proceseze date structurate și să interacționeze cu servicii web moderne. Instrumentul convertește textul JSON brut în obiecte și colecții native, permițând dezvoltatorilor să acceseze și să manipuleze datele folosind metode standard de indexare și iterație. De asemenea, efectuează operațiunea inversă, transformând structurile native ale limbajului în șiruri conforme cu JSON pentru schimbul cu sisteme externe. Prin gestionarea traducerii între tipurile de date native și textul structurat, biblioteca facilitează integrarea cu servicii web RESTful. Implementarea se bazează pe un parser de tip „recursive descent” și un tokenizer de tip „state-machine” pentru a procesa structuri de date imbricate și a mapa primitivele specifice limbajului în formate JSON valide.
Offers utilities for converting native collections and objects into structured JSON strings.