fspoeth.json.1.1.6.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of json Show documentation
Show all versions of json Show documentation
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;
}