jar

com.mobaijun : april-json-util

Maven & Gradle

Jan 30, 2024
0 stars

april-json-util · The "april-json-util" project is a Java library that wraps Gson and FastJSON, simplifying JSON processing in Java applications.

Table Of Contents

Latest Version

Download com.mobaijun : april-json-util JAR file - Latest Versions:

All Versions

Download com.mobaijun : april-json-util JAR file - All Versions:

Version Vulnerabilities Size Updated
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 april-json-util-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.mobaijun.json.fastjson

├─ com.mobaijun.json.fastjson.FastJsonUtil.class - [JAR]

com.mobaijun.json.gson.adapter

├─ com.mobaijun.json.gson.adapter.NumberTypeAdapter.class - [JAR]

com.mobaijun.json.gson

├─ com.mobaijun.json.gson.GsonUtil.class - [JAR]

com.mobaijun.json.fastjson.exception

├─ com.mobaijun.json.fastjson.exception.FastJsonException.class - [JAR]

com.mobaijun.json.gson.exception

├─ com.mobaijun.json.gson.exception.GsonException.class - [JAR]