jar

com.github.mangatmodi : randomjson

Maven & Gradle

May 12, 2019
71 stars

Random Json Creator · Provides a library to create a random json string

Table Of Contents

Latest Version

Download com.github.mangatmodi : randomjson JAR file - Latest Versions:

All Versions

Download com.github.mangatmodi : randomjson JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.0.x
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 randomjson-2.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.mangatmodi.randomjson.service

├─ com.github.mangatmodi.randomjson.service.RandomBoolean.class - [JAR]

├─ com.github.mangatmodi.randomjson.service.RandomDouble.class - [JAR]

├─ com.github.mangatmodi.randomjson.service.RandomInt.class - [JAR]

├─ com.github.mangatmodi.randomjson.service.RandomString.class - [JAR]

├─ com.github.mangatmodi.randomjson.service.RandomTypeSelector.class - [JAR]

├─ com.github.mangatmodi.randomjson.service.RandomValue.class - [JAR]

com.github.mangatmodi.randomjson

├─ com.github.mangatmodi.randomjson.RandomJsonCreator.class - [JAR]

com.github.mangatmodi.randomjson.config

├─ com.github.mangatmodi.randomjson.config.RandomJsonConfig.class - [JAR]

com.github.mangatmodi.randomjson.entity

├─ com.github.mangatmodi.randomjson.entity.BooleanType.class - [JAR]

├─ com.github.mangatmodi.randomjson.entity.DoubleType.class - [JAR]

├─ com.github.mangatmodi.randomjson.entity.IntType.class - [JAR]

├─ com.github.mangatmodi.randomjson.entity.JsonDataType.class - [JAR]

├─ com.github.mangatmodi.randomjson.entity.StringType.class - [JAR]

com.github.mangatmodi.randomjson.service.impl

├─ com.github.mangatmodi.randomjson.service.impl.SampleJsonCreator.class - [JAR]

├─ com.github.mangatmodi.randomjson.service.impl.SimpleJsonCreator.class - [JAR]