jar

la.alsocan : json-shapeshifter

Maven & Gradle

Apr 09, 2015
1 stars

Json Shapeshifter · An incremental Json-to-Json transformation library written in Java

Table Of Contents

Latest Version

Download la.alsocan : json-shapeshifter JAR file - Latest Versions:

All Versions

Download la.alsocan : json-shapeshifter JAR file - All Versions:

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

la.alsocan.jsonshapeshifter

├─ la.alsocan.jsonshapeshifter.Default.class - [JAR]

├─ la.alsocan.jsonshapeshifter.Main.class - [JAR]

├─ la.alsocan.jsonshapeshifter.Transformation.class - [JAR]

la.alsocan.jsonshapeshifter.schemas

├─ la.alsocan.jsonshapeshifter.schemas.ENodeType.class - [JAR]

├─ la.alsocan.jsonshapeshifter.schemas.Schema.class - [JAR]

├─ la.alsocan.jsonshapeshifter.schemas.SchemaArrayNode.class - [JAR]

├─ la.alsocan.jsonshapeshifter.schemas.SchemaNode.class - [JAR]

├─ la.alsocan.jsonshapeshifter.schemas.SchemaObjectNode.class - [JAR]

├─ la.alsocan.jsonshapeshifter.schemas.UnsupportedJsonSchemaException.class - [JAR]

la.alsocan.jsonshapeshifter.bindings

├─ la.alsocan.jsonshapeshifter.bindings.AbstractConstantBinding.class - [JAR]

├─ la.alsocan.jsonshapeshifter.bindings.AbstractNodeBinding.class - [JAR]

├─ la.alsocan.jsonshapeshifter.bindings.ArrayConstantBinding.class - [JAR]

├─ la.alsocan.jsonshapeshifter.bindings.ArrayNodeBinding.class - [JAR]

├─ la.alsocan.jsonshapeshifter.bindings.Binding.class - [JAR]

├─ la.alsocan.jsonshapeshifter.bindings.BooleanConstantBinding.class - [JAR]

├─ la.alsocan.jsonshapeshifter.bindings.BooleanNodeBinding.class - [JAR]

├─ la.alsocan.jsonshapeshifter.bindings.IllegalBindingException.class - [JAR]

├─ la.alsocan.jsonshapeshifter.bindings.IntegerConstantBinding.class - [JAR]

├─ la.alsocan.jsonshapeshifter.bindings.IntegerNodeBinding.class - [JAR]

├─ la.alsocan.jsonshapeshifter.bindings.NumberConstantBinding.class - [JAR]

├─ la.alsocan.jsonshapeshifter.bindings.NumberNodeBinding.class - [JAR]

├─ la.alsocan.jsonshapeshifter.bindings.StringConstantBinding.class - [JAR]

├─ la.alsocan.jsonshapeshifter.bindings.StringHandlebarsBinding.class - [JAR]

├─ la.alsocan.jsonshapeshifter.bindings.StringNodeBinding.class - [JAR]