jar

com.github.christiangroth : json-store

Maven & Gradle

Apr 12, 2015
0 stars

json-store · JSON-Store enabled persistence using JSON (de)serialization stored in files. Access is provided through simple API based on java collections stream API.

Table Of Contents

Latest Version

Download com.github.christiangroth : json-store JAR file - Latest Versions:

All Versions

Download com.github.christiangroth : json-store JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x
0.2.x
0.1.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-store-0.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.christiangroth.jsonstore.custom

├─ com.github.christiangroth.jsonstore.custom.DateTimeTransformer.class - [JAR]

com.github.christiangroth.jsonstore

├─ com.github.christiangroth.jsonstore.JsonStores.class - [JAR]

com.github.christiangroth.jsonstore.store

├─ com.github.christiangroth.jsonstore.store.AbstractJsonStore.class - [JAR]

├─ com.github.christiangroth.jsonstore.store.JsonSingletonStore.class - [JAR]

├─ com.github.christiangroth.jsonstore.store.JsonStore.class - [JAR]

com.github.christiangroth.jsonstore.json

├─ com.github.christiangroth.jsonstore.json.FlexjsonUtils.class - [JAR]