2 Repos
Specialized serializers that enforce the JSON:API specification for data and relationship links.
Distinct from JSON Serializers: Specifically implements the JSON:API standard rather than generic JSON serialization.
Explore 2 awesome GitHub repositories matching data & databases · JSON:API Formatters. Refine with filters or upvote what's useful.
fast_jsonapi ist ein Ruby-Objekt-Serializer, der darauf ausgelegt ist, komplexe Backend-Datenobjekte in strukturierte JSON-Repräsentationen zu transformieren. Er implementiert spezifisch das JSON:API-Format, um einen konsistenten Datenaustausch zwischen Servern und Clients zu gewährleisten. Die Bibliothek fungiert als Generator für zusammengesetzte Dokumente, der es ermöglicht, verwandte Ressourcen in eine einzige Antwort einzubetten, um Netzwerkanfragen zu minimieren. Sie verwendet eine klassenbasierte Schemadefinition, um interne Datenbankmodelle von der öffentlichen API-Repräsentation zu entkoppeln. Das Projekt enthält ein Command-Line-Tool zur Generierung von Serializer-Boilerplate durch Scannen von Datenbankschemata. Die Performance wird durch schlüsselbasiertes Ausgabe-Caching und Instrumentierungs-Tools verwaltet, die die Ausführungslatenz der Serialisierungs- und Encoding-Prozesse verfolgen.
Converts Ruby objects into standardized JSON:API formatted responses for consistent server-client data exchange.
Jackson-databind is a Java serialization framework and JSON data binding library used to convert Java objects to JSON and vice versa. It functions as a JSON streaming API that generates and parses content as a sequence of tokens, and as a hierarchical data tree mapper that reads data into a node structure for dynamic modification without predefined classes. The project provides a structured mapping process to bind data to objects, allowing for the transformation of complex Java objects into data formats and the reconstruction of objects from those formats. It supports custom data format mappi
Includes a low-level streaming API for high-performance JSON generation and parsing via token sequences.