2 个仓库
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 是一个 Ruby 对象序列化器,旨在将复杂的后端数据对象转换为结构化的 JSON 表示。它专门实现了 JSON:API 格式,以确保服务器和客户端之间的一致数据交换。 该库作为一个复合文档生成器,允许将相关资源嵌入到单个响应中,以最小化网络请求。它使用基于类的模式定义将内部数据库模型与公共 API 表示解耦。 该项目包括一个命令行工具,用于通过扫描数据库模式来生成序列化器样板代码。性能通过基于键的输出缓存和追踪序列化与编码过程执行延迟的仪表工具进行管理。
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.