2 repository-uri
Utilities for converting data between structured formats and web-specific headers, cookies, or lists.
Distinct from Data Format Transformations: Distinct from general Data Format Transformations by focusing specifically on browser and HTTP-specific formats.
Explore 2 awesome GitHub repositories matching data & databases · Web Format Converters. Refine with filters or upvote what's useful.
JSON-java is a Java library for parsing and generating JSON text and mapping it to Java objects and collections. It functions as a serialization framework for converting class instances and data structures into standardized JSON strings. The project includes a JSON pointer implementation for retrieving specific values from documents using string or URI fragment representations. It also provides a converter for translating data structures between JSON and XML, as well as a translator for transforming data between JSON and web formats such as HTTP headers, cookies, and comma-delimited lists. T
Transforms data between JSON and web-specific formats such as browser cookies and comma-delimited lists.
Buffer este o bibliotecă pentru manipularea datelor binare care oferă o implementare compatibilă cu browser-ul a interfeței de programare a aplicațiilor (API) pentru date binare din Node.js. Permite dezvoltatorilor să creeze, să modifice și să proceseze structuri de date binare brute în medii web folosind o interfață consistentă care oglindește standardele server-side. Biblioteca se distinge prin furnizarea unei abordări unificate pentru dezvoltarea JavaScript cross-platform, permițând cod partajat între medii server și browser. Realizează acest lucru prin polyfilling-ul metodelor binare standard și extinderea prototipului nativ de byte array, asigurându-se că dezvoltatorii pot gestiona memoria și structurile de date fără a se baza pe implementări specifice mediului. Toolkit-ul include utilitare pentru gestionarea accesului la date conștient de endianness și efectuarea de slicing zero-copy pentru a manipula segmente de memorie fără a duplica payload-urile. De asemenea, suportă o compatibilitate largă a datelor prin facilitarea conversiilor între buffere, array-uri tipizate și blob-uri, asigurându-se că datele binare pot fi schimbate între diverse interfețe web și formate de stocare.
Ensures seamless data exchange between different web interfaces and storage formats by converting between buffers, typed arrays, and blobs.