All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fspoeth.json.1.1.3.source-code.module-info Maven / Gradle / Ivy

Go to download

This project implements a JSON parser and serializer which operates around immutable data structures for the JSON elements.

There is a newer version: 1.1.6
Show newest version
module io.github.ralfspoeth.json {
    requires io.github.ralfspoeth.basix;
    exports io.github.ralfspoeth.json;
    exports io.github.ralfspoeth.json.io;
    exports io.github.ralfspoeth.json.conv;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy