jar

io.github.yacineall : json-schema-inferrer_2.11

Maven & Gradle

Apr 20, 2024
1 stars

json-schema-inferrer · Scala library for automating JSON Schema generation from data and merging schemas for comprehensive data modeling.

Table Of Contents

Latest Version

Download io.github.yacineall : json-schema-inferrer_2.11 JAR file - Latest Versions:

All Versions

Download io.github.yacineall : json-schema-inferrer_2.11 JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x
0.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 json-schema-inferrer_2.11-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jsonschematools.schema

├─ org.jsonschematools.schema.SchemaGenerator.class - [JAR]

org.jsonschematools.merging

├─ org.jsonschematools.merging.MMerge.class - [JAR]

org.jsonschematools

├─ org.jsonschematools.package.class - [JAR]

org.jsonschematools.schema.types

├─ org.jsonschematools.schema.types.ArrayType.class - [JAR]

├─ org.jsonschematools.schema.types.BooleanType.class - [JAR]

├─ org.jsonschematools.schema.types.JsonSchemaType.class - [JAR]

├─ org.jsonschematools.schema.types.JsonSchemaTypeNotFound.class - [JAR]

├─ org.jsonschematools.schema.types.NullType.class - [JAR]

├─ org.jsonschematools.schema.types.NumberType.class - [JAR]

├─ org.jsonschematools.schema.types.ObjectType.class - [JAR]

├─ org.jsonschematools.schema.types.StringType.class - [JAR]