jar

io.github.erykkul : json-transformer

Maven & Gradle

May 07, 2024
1 stars

json-transformer · JSON Transformer is a small and expressive Java library that uses transformers defined in JSON documents for transformations of JSON structures (even complex structures containing nested arrays of objects) into other (complex) JSON structures.

Table Of Contents

Latest Version

Download io.github.erykkul : json-transformer JAR file - Latest Versions:

All Versions

Download io.github.erykkul : json-transformer 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-transformer-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.erykkul.json.transformer

├─ io.github.erykkul.json.transformer.EngineHolder.class - [JAR]

├─ io.github.erykkul.json.transformer.ExprFunction.class - [JAR]

├─ io.github.erykkul.json.transformer.Transformation.class - [JAR]

├─ io.github.erykkul.json.transformer.TransformationCtx.class - [JAR]

├─ io.github.erykkul.json.transformer.Transformer.class - [JAR]

├─ io.github.erykkul.json.transformer.TransformerFactory.class - [JAR]

├─ io.github.erykkul.json.transformer.Utils.class - [JAR]