jar

io.github.danthe1st : compile-time-json-parser

Maven & Gradle

Apr 14, 2023
3 stars

Compile time JSON parser · prepares converting JSON objects to java objects at compile-time

Table Of Contents

Latest Version

Download io.github.danthe1st : compile-time-json-parser JAR file - Latest Versions:

All Versions

Download io.github.danthe1st : compile-time-json-parser JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.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 compile-time-json-parser-1.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.danthe1st.json_compile.impl

├─ io.github.danthe1st.json_compile.impl.ClassWriter.class - [JAR]

├─ io.github.danthe1st.json_compile.impl.JSONCreator.class - [JAR]

io.github.danthe1st.json_compile.api

├─ io.github.danthe1st.json_compile.api.GenerateJSON.class - [JAR]

io.github.danthe1st.json_compile.impl.data

├─ io.github.danthe1st.json_compile.impl.data.ArrayElementOperation.class - [JAR]

├─ io.github.danthe1st.json_compile.impl.data.CollectionElementOperation.class - [JAR]

├─ io.github.danthe1st.json_compile.impl.data.FieldOperation.class - [JAR]

├─ io.github.danthe1st.json_compile.impl.data.JSONOperation.class - [JAR]

├─ io.github.danthe1st.json_compile.impl.data.PropertyOperation.class - [JAR]

├─ io.github.danthe1st.json_compile.impl.data.VariableDefinition.class - [JAR]