jar

com.github.wnameless.json : json-flattener

Maven & Gradle

Jan 14, 2023
27 usages
498 stars

json-flattener · A Java utility is designed to flatten nested JSON objects and even more to unflatten them back

Table Of Contents

Latest Version

Download com.github.wnameless.json : json-flattener JAR file - Latest Versions:

All Versions

Download com.github.wnameless.json : json-flattener JAR file - All Versions:

Version Vulnerabilities Size Updated
0.16.x
0.15.x
0.14.x
0.13.x
0.12.x
0.11.x
0.10.x
0.9.x
0.8.x
0.7.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 json-flattener-0.16.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.wnameless.json.flattener

├─ com.github.wnameless.json.flattener.CharSequenceTranslatorFactory.class - [JAR]

├─ com.github.wnameless.json.flattener.FlattenMode.class - [JAR]

├─ com.github.wnameless.json.flattener.IndexedPeekIterator.class - [JAR]

├─ com.github.wnameless.json.flattener.JsonFlattener.class - [JAR]

├─ com.github.wnameless.json.flattener.JsonFlattenerFactory.class - [JAR]

├─ com.github.wnameless.json.flattener.JsonifyArrayList.class - [JAR]

├─ com.github.wnameless.json.flattener.JsonifyLinkedHashMap.class - [JAR]

├─ com.github.wnameless.json.flattener.KeyTransformer.class - [JAR]

├─ com.github.wnameless.json.flattener.PrintMode.class - [JAR]

├─ com.github.wnameless.json.flattener.StringEscapePolicy.class - [JAR]

com.github.wnameless.json.unflattener

├─ com.github.wnameless.json.unflattener.JsonUnflattener.class - [JAR]

├─ com.github.wnameless.json.unflattener.JsonUnflattenerFactory.class - [JAR]

Advertisement