An open API service indexing awesome lists of open source software.

https://github.com/xmljim/json

A new, modular JSON library built with SOLID principals on Java 17
https://github.com/xmljim/json

api java-17 json jsonpath merge

Last synced: 6 months ago
JSON representation

A new, modular JSON library built with SOLID principals on Java 17

Awesome Lists containing this project

README

          

# JSON-Library

Yet another JSON Library. This one is an evolution of a very early version of a JSON library I wrote
back with Java 6 and have slowly and incrementally upgraded and refactored over time.

Now it's using Java 17, taking advantage of numerous features from Java 9 and onward, including
implementing a fully modular library.

[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

[![Maven Central](https://img.shields.io/maven-central/v/io.github.xmljim.json/json-library.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.xmljim.json%22%20AND%20a:%22json-library%22)

[![CodeQL](https://github.com/xmljim/json/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/xmljim/json/actions/workflows/codeql-analysis.yml)

[![Java CI with Maven](https://github.com/xmljim/json/actions/workflows/maven-build.yml/badge.svg)](https://github.com/xmljim/json/actions/workflows/maven-build.yml)

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xmljim_json&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=xmljim_json)

[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=xmljim_json&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=xmljim_json)

[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=xmljim_json&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=xmljim_json)