jar

io.github.moltenjson : MoltenJSON

Maven & Gradle

Aug 15, 2019
9 stars

MoltenJSON · A powerful gson-based library for interacting with any type and level of JSON.

Table Of Contents

Latest Version

Download io.github.moltenjson : MoltenJSON JAR file - Latest Versions:

All Versions

Download io.github.moltenjson : MoltenJSON JAR file - All Versions:

Version Vulnerabilities Size Updated
2.4.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window MoltenJSON-2.4.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.moltenjson.configuration.select

├─ net.moltenjson.configuration.select.Reflector.class - [JAR]

├─ net.moltenjson.configuration.select.SelectKey.class - [JAR]

├─ net.moltenjson.configuration.select.SelectableConfiguration.class - [JAR]

├─ net.moltenjson.configuration.select.SelectionHolder.class - [JAR]

net.moltenjson.json

├─ net.moltenjson.json.JsonFile.class - [JAR]

├─ net.moltenjson.json.JsonReader.class - [JAR]

├─ net.moltenjson.json.JsonResponse.class - [JAR]

├─ net.moltenjson.json.JsonURLReader.class - [JAR]

├─ net.moltenjson.json.JsonWriter.class - [JAR]

├─ net.moltenjson.json.Lockable.class - [JAR]

├─ net.moltenjson.json.Refreshable.class - [JAR]

net.moltenjson.configuration.tree

├─ net.moltenjson.configuration.tree.TreeConfiguration.class - [JAR]

├─ net.moltenjson.configuration.tree.TreeConfigurationBuilder.class - [JAR]

├─ net.moltenjson.configuration.tree.TreeFileFilter.class - [JAR]

net.moltenjson.configuration.direct

├─ net.moltenjson.configuration.direct.DirectConfiguration.class - [JAR]

net.moltenjson.utils

├─ net.moltenjson.utils.Gsons.class - [JAR]

├─ net.moltenjson.utils.JsonBuilder.class - [JAR]

├─ net.moltenjson.utils.JsonUtils.class - [JAR]

├─ net.moltenjson.utils.ReflectiveTypes.class - [JAR]

org.test

├─ org.test.Test.class - [JAR]

net.moltenjson.configuration.tree.strategy

├─ net.moltenjson.configuration.tree.strategy.StringNamingStrategy.class - [JAR]

├─ net.moltenjson.configuration.tree.strategy.TreeNamingStrategy.class - [JAR]

├─ net.moltenjson.configuration.tree.strategy.UUIDNamingStrategy.class - [JAR]

net.moltenjson.exceptions

├─ net.moltenjson.exceptions.InvalidFileException.class - [JAR]

├─ net.moltenjson.exceptions.JsonParseException.class - [JAR]