1 repository
Represents hierarchical data structures using generic map and list collections for flexible access.
Distinct from Document Mappings: Existing candidates focus on NoSQL persistence or CSS styling, not the internal programmatic representation of JSON as Maps/Lists.
Explore 1 awesome GitHub repository matching software engineering & architecture · Map-Based Document Models. 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
Uses standard Java Map and List collections to represent parsed JSON data for programmatic access.