awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
stleary avatar

stleary/JSON-java

0
View on GitHub↗
4,717 स्टार्स·2,599 फोर्क्स·Java·4 व्यूज़stleary.github.io/JSON-java/index.html↗

JSON Java

JSON-java, JSON टेक्स्ट को पार्स और जनरेट करने और उसे Java ऑब्जेक्ट्स और कलेक्शंस में मैप करने के लिए एक Java लाइब्रेरी है। यह क्लास इंस्टेंस और डेटा स्ट्रक्चर्स को स्टैंडर्ड JSON स्ट्रिंग्स में बदलने के लिए एक सीरियलाइज़ेशन फ्रेमवर्क के रूप में कार्य करती है।

इस प्रोजेक्ट में स्ट्रिंग या URI फ्रैगमेंट रिप्रेजेंटेशन का उपयोग करके डॉक्यूमेंट्स से विशिष्ट वैल्यूज प्राप्त करने के लिए एक JSON पॉइंटर इम्प्लीमेंटेशन शामिल है। यह JSON और XML के बीच डेटा स्ट्रक्चर्स को ट्रांसलेट करने के लिए एक कन्वर्टर, और JSON और HTTP हेडर, कुकीज़, और कॉमा-डिलिमिटेड लिस्ट जैसे वेब फॉर्मेट्स के बीच डेटा ट्रांसफॉर्म करने के लिए एक ट्रांसलेटर भी प्रदान करता है।

यह लाइब्रेरी JSON प्रोसेसिंग के लिए व्यापक क्षमताएं कवर करती है, जिसमें ऑब्जेक्ट सीरियलाइज़ेशन और डीसीरियलाइज़ेशन शामिल है। यह JSON टेक्स्ट को ऑब्जेक्ट्स में पार्स करने और स्टैंडर्ड JSON डॉक्यूमेंट्स जनरेट करने के लिए लचीला सपोर्ट प्रदान करती है।

Features

  • JSON Serializers - Functions as a serialization framework for converting Java class instances and data structures into standardized JSON strings.
  • JSON Parsing - Provides a comprehensive library for parsing JSON text into structured Java objects.
  • JSON-to-Object Mappers - Transforms JSON strings into strongly typed Java objects for programmatic use.
  • JSON Libraries - A comprehensive Java library for parsing, generating, and mapping JSON text to Java objects.
  • Object Mapping - Uses Java reflection to automatically map JSON keys to class properties during serialization and deserialization.
  • Map-Based Document Models - Uses standard Java Map and List collections to represent parsed JSON data for programmatic access.
  • Web Format Converters - Transforms data between JSON and web-specific formats such as browser cookies and comma-delimited lists.
  • Data Format Translators - Translates data between multiple formats including JSON, XML, HTTP headers, and cookies.
  • XML to JSON Converters - Provides utilities to translate data structures between JSON and XML formats.
  • JSON Data Extraction - Uses pointers and URI fragments to locate and retrieve specific values from complex JSON documents.
  • Pointer-Based Value Retrieval - Retrieves specific values from JSON documents using string or URI fragment representations.
  • JSON Pointers - Provides a JSON pointer implementation for extracting specific values from documents using string or URI fragment representations.
  • Pointer-Based Navigation - Implements a system for accessing nested data elements using path-based pointers.
  • Serialization Control - Provides mechanisms to control field visibility and formatting during serialization using annotations.
  • Stream-Based Text Processing - Processes large JSON documents using input and output streams to minimize memory usage.

स्टार हिस्ट्री

stleary/json-java के लिए स्टार हिस्ट्री चार्टstleary/json-java के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

stleary/json-java क्या करता है?

JSON-java, JSON टेक्स्ट को पार्स और जनरेट करने और उसे Java ऑब्जेक्ट्स और कलेक्शंस में मैप करने के लिए एक Java लाइब्रेरी है। यह क्लास इंस्टेंस और डेटा स्ट्रक्चर्स को स्टैंडर्ड JSON स्ट्रिंग्स में बदलने के लिए एक सीरियलाइज़ेशन फ्रेमवर्क के रूप में कार्य करती है।

stleary/json-java की मुख्य विशेषताएं क्या हैं?

stleary/json-java की मुख्य विशेषताएं हैं: JSON Serializers, JSON Parsing, JSON-to-Object Mappers, JSON Libraries, Object Mapping, Map-Based Document Models, Web Format Converters, Data Format Translators।

stleary/json-java के कुछ ओपन-सोर्स विकल्प क्या हैं?

stleary/json-java के ओपन-सोर्स विकल्पों में शामिल हैं: ibireme/yymodel — YYModel is a JSON model mapping library and bidirectional data mapper designed to transform raw JSON data into… ibireme/yyjson — yyjson is a high-performance C library for parsing, serializing, and manipulating JSON data structures. It functions… sbjson/sbjson — SBJson is an Objective-C JSON parser and generator designed for the parsing and generation of JSON data. It functions… vba-tools/vba-json — VBA-JSON is a library designed for parsing and serializing JSON data within Visual Basic for Applications… alibaba/fastjson2 — fastjson2 is a high-performance Java library used for serializing and deserializing Java objects to and from JSON… mailru/easyjson — easyjson is a high-performance JSON serializer and memory-optimized parser for Go. It provides a reflectionless code…

JSON Java के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो JSON Java के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • ibireme/yymodelibireme का अवतार

    ibireme/YYModel

    4,353GitHub पर देखें↗

    YYModel is a JSON model mapping library and bidirectional data mapper designed to transform raw JSON data into structured model objects and vice versa. It functions as a type-safe JSON parser that employs automatic type coercion to prevent application crashes caused by incompatible data types during the parsing process. The framework uses runtime introspection to map JSON keys to model properties based on naming rules and explicit configurations. It supports the instantiation of nested model objects through recursive traversal of the data hierarchy and provides a consistent translation layer

    Objective-C
    GitHub पर देखें↗4,353
  • ibireme/yyjsonibireme का अवतार

    ibireme/yyjson

    3,788GitHub पर देखें↗

    yyjson is a high-performance C library for parsing, serializing, and manipulating JSON data structures. It functions as a memory-efficient data tool that utilizes custom memory pools and contiguous block allocation to minimize fragmentation and overhead. The project distinguishes itself as a SIMD JSON processor, using hardware-accelerated vector instructions for rapid string validation and parsing. It provides a toolkit for querying, modifying, and patching nested JSON objects and arrays through pointer-based access and path expressions. The library covers a broad range of data manipulation

    C
    GitHub पर देखें↗3,788
  • sbjson/sbjsonSBJson का अवतार

    SBJson/SBJson

    3,717GitHub पर देखें↗

    SBJson is an Objective-C JSON parser and generator designed for the parsing and generation of JSON data. It functions as a strict JSON validator, enforcing rigid grammar rules to ensure input data adheres to formal specifications. The project features an incremental JSON stream parser that processes UTF8 data in chunks to extract documents without loading the entire payload into memory. It also serves as a JSON data serializer that transforms native data objects into formatted strings using deterministic key sorting. The system manages data serialization workflows and implements security mea

    Objective-C
    GitHub पर देखें↗3,717
  • vba-tools/vba-jsonVBA-tools का अवतार

    VBA-tools/VBA-JSON

    2,117GitHub पर देखें↗

    VBA-JSON is a library designed for parsing and serializing JSON data within Visual Basic for Applications environments. It functions as an office automation data library, enabling legacy Microsoft Office applications to process structured data and interact with modern web services. The tool converts raw JSON text into native objects and collections, allowing developers to access and manipulate data using standard indexing and iteration methods. It also performs the reverse operation, transforming native language structures into JSON-compliant strings for exchange with external systems. By ha

    Visual Basic
    GitHub पर देखें↗2,117
JSON Java के सभी 30 विकल्प देखें→