1 مستودع
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.
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.