jar

io.github.acelost : pojson-core

Maven & Gradle

Jul 20, 2022
2 usages
6 stars

pojson-core · Kotlin library for json formatting bringing pretty DSL

Table Of Contents

Latest Version

Download io.github.acelost : pojson-core JAR file - Latest Versions:

All Versions

Download io.github.acelost : pojson-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 pojson-core-0.0.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.acelost.pojson

├─ com.acelost.pojson.GenericArrayTransfer.class - [JAR]

├─ com.acelost.pojson.GenericObjectTransfer.class - [JAR]

├─ com.acelost.pojson.NullableArrayTransfer.class - [JAR]

├─ com.acelost.pojson.NullableBooleanTransfer.class - [JAR]

├─ com.acelost.pojson.NullableNumberTransfer.class - [JAR]

├─ com.acelost.pojson.NullableObjectTransfer.class - [JAR]

├─ com.acelost.pojson.NullableStringTransfer.class - [JAR]

├─ com.acelost.pojson.Pojson.class - [JAR]

├─ com.acelost.pojson.PojsonContext.class - [JAR]

├─ com.acelost.pojson.PojsonNotationsKt.class - [JAR]

com.acelost.pojson.syntax.annotation

├─ com.acelost.pojson.syntax.annotation.PojsonDslMarker.class - [JAR]

com.acelost.pojson.factory

├─ com.acelost.pojson.factory.JsonArrayFactory.class - [JAR]

├─ com.acelost.pojson.factory.JsonObjectFactory.class - [JAR]

com.acelost.pojson.adapter

├─ com.acelost.pojson.adapter.JsonArrayAdapter.class - [JAR]

├─ com.acelost.pojson.adapter.JsonObjectAdapter.class - [JAR]

com.acelost.pojson.prototype

├─ com.acelost.pojson.prototype.JsonArrayPrototype.class - [JAR]

├─ com.acelost.pojson.prototype.JsonObjectPrototype.class - [JAR]

com.acelost.pojson.syntax.interpreter

├─ com.acelost.pojson.syntax.interpreter.JsonArrayNotationInterpreter.class - [JAR]

├─ com.acelost.pojson.syntax.interpreter.JsonObjectNotationInterpreter.class - [JAR]

├─ com.acelost.pojson.syntax.interpreter.TypeNotationInterpreter.class - [JAR]

Advertisement