jar

com.github.jsonj : jsonj

Maven & Gradle

Oct 10, 2012
43 stars

Json Java · A framework for working with json in Java the "proper" way. No mappings or model classes, it's all just lovely json, but in Java.

Table Of Contents

Latest Version

Download com.github.jsonj : jsonj JAR file - Latest Versions:

All Versions

Download com.github.jsonj : jsonj JAR file - All Versions:

Version Vulnerabilities Size Updated
0.8
0.7
0.6

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 jsonj-0.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.jsonj

├─ com.github.jsonj.JsonArray.class - [JAR]

├─ com.github.jsonj.JsonElement.class - [JAR]

├─ com.github.jsonj.JsonObject.class - [JAR]

├─ com.github.jsonj.JsonPrimitive.class - [JAR]

├─ com.github.jsonj.JsonType.class - [JAR]

com.github.jsonj.tools

├─ com.github.jsonj.tools.JsonBuilder.class - [JAR]

├─ com.github.jsonj.tools.JsonParser.class - [JAR]

├─ com.github.jsonj.tools.JsonSerializer.class - [JAR]

├─ com.github.jsonj.tools.JsonXmlConverter.class - [JAR]

com.github.jsonj.exceptions

├─ com.github.jsonj.exceptions.JsonParseException.class - [JAR]

├─ com.github.jsonj.exceptions.JsonTypeMismatchException.class - [JAR]