jar

com.github.wnameless : json-flattener-java7

Maven & Gradle

Jul 27, 2017
1 usages
498 stars

json-flattener-java7 · A Java utility used to flatten nested JSON objects and even more to unflatten it back

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
0.4.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-java7-0.4.1.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.FlattenMode.class - [JAR]

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

├─ com.github.wnameless.json.flattener.JsonFlattener.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]