JSON-java
JSON parser
Provides a reference implementation of JSON parsing and generation in Java
A reference implementation of a JSON package in Java.
5k stars
240 watching
3k forks
Language: Java
last commit: 8 days ago
Linked from 2 awesome lists
hackoberfest2023hacktoberfestjavajsonpublic-domain
Related projects:
Repository | Description | Stars |
---|---|---|
google/gson | A Java library for converting objects to and from JSON data | 23,385 |
joelittlejohn/jsonschema2pojo | Generates Java types from JSON or JSON Schema for data-binding with popular libraries | 6,239 |
json-path/jsonpath | A Java library that allows querying JSON data using a path-based syntax similar to XML XPath. | 8,945 |
bolerio/mjson | A lightweight Java library for working with JSON data structures | 83 |
auth0/java-jwt | A Java library implementing the JSON Web Token standard for digital signatures and token validation. | 5,894 |
jsonld-java/jsonld-java | A Java library implementing the JSON-LD 1.0 specification and API | 379 |
jdereg/json-io | A Java library for serializing and deserializing data to and from JSON format. | 331 |
javaparser/javaparser | A Java library that generates an Abstract Syntax Tree from source code and provides advanced analysis functionalities. | 5,437 |
lightbend/config | A configuration library for JVM languages that supports multiple file formats and provides features like merging, validation, and substitution | 6,170 |
fasterxml/jackson-core | A low-level incremental parser and generator abstraction used by Jackson Data Processor for JSON data binding | 2,265 |
bastiaanjansen/jwt-java | A Java library implementing JSON Web Tokens according to the RFC 7519 standard | 11 |
arakelian/java-jq | A lightweight Java wrapper around JQ and Oniguruma libraries for efficient JSON processing | 83 |
bazaarvoice/jolt | A JSON transformation library written in Java where the specification is itself a JSON document. | 1,560 |
lydiandy/cjson | A Vlang wrapper around cJSON for working with JSON data structures and serialization. | 11 |
victools/jsonschema-generator | A tool to generate JSON schemas from Java classes | 399 |