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.