jar

org.djodjo.json : json-wrapper

Maven & Gradle

Apr 16, 2015
2 usages
15 stars

Json Model Wrapper · General Purpose Json Model Helper compatible with json-schema spec

Table Of Contents

Latest Version

Download org.djodjo.json : json-wrapper JAR file - Latest Versions:

All Versions

Download org.djodjo.json : json-wrapper JAR file - All Versions:

Version Vulnerabilities Size Updated
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 json-wrapper-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.djodjo.json.schema.fetch

├─ org.djodjo.json.schema.fetch.SchemaFetcher.class - [JAR]

├─ org.djodjo.json.schema.fetch.SchemaFetcherConfig.class - [JAR]

├─ org.djodjo.json.schema.fetch.SchemaResourceFetcher.class - [JAR]

├─ org.djodjo.json.schema.fetch.SchemaUriFetcher.class - [JAR]

org.djodjo.json.schema.validation

├─ org.djodjo.json.schema.validation.CommonMatchers.class - [JAR]

├─ org.djodjo.json.schema.validation.SchemaV4Validator.class - [JAR]

├─ org.djodjo.json.schema.validation.SchemaValidator.class - [JAR]

org.djodjo.json.schema

├─ org.djodjo.json.schema.Schema.class - [JAR]

├─ org.djodjo.json.schema.SchemaJJv1.class - [JAR]

├─ org.djodjo.json.schema.SchemaList.class - [JAR]

├─ org.djodjo.json.schema.SchemaMap.class - [JAR]

├─ org.djodjo.json.schema.SchemaV4.class - [JAR]

org.djodjo.json.wrapper

├─ org.djodjo.json.wrapper.CachedTypedJsonArray.class - [JAR]

├─ org.djodjo.json.wrapper.JsonElementWrapper.class - [JAR]

├─ org.djodjo.json.wrapper.JsonObjectArrayWrapper.class - [JAR]

├─ org.djodjo.json.wrapper.JsonObjectWrapper.class - [JAR]

├─ org.djodjo.json.wrapper.JsonStringArrayWrapper.class - [JAR]

├─ org.djodjo.json.wrapper.TypedJsonArray.class - [JAR]

├─ org.djodjo.json.wrapper.TypedJsonObject.class - [JAR]

Advertisement