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

fspoeth.json.1.1.6.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.

The 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.query;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy