awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesPointer-Based Value Retrieval

Retrieving specific values from JSON documents using string paths or URI fragments.

Distinct from JSON Data Parsers: Specifically targets the extraction of values via JSON pointers, whereas JSON Data Parsers covers general serialization.

Explore 1 awesome GitHub repository matching data & databases · Pointer-Based Value Retrieval. Refine with filters or upvote what's useful.

Awesome Pointer-Based Value Retrieval GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • stleary/json-javaالصورة الرمزية لـ stleary

    stleary/JSON-java

    4,717عرض على GitHub↗

    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

    Retrieves specific values from JSON documents using string or URI fragment representations.

    Javahackoberfest2023hacktoberfestjava
    عرض على GitHub↗4,717
  1. Home
  2. Data & Databases
  3. JSON Data Parsers
  4. Pointer-Based Value Retrieval