JSON-XML-Converter-via-OpenAPI-Schema

This library converts JSON to and from XML based on the JSON schema included in the swagger / OpenAPI 3 document. It is a JAVA based library

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.geckotechnology
ArtifactId

ArtifactId

xmljsonconvert
Last Version

Last Version

0.9.2
Release Date

Release Date

Type

Type

jar
Description

Description

JSON-XML-Converter-via-OpenAPI-Schema
This library converts JSON to and from XML based on the JSON schema included in the swagger / OpenAPI 3 document. It is a JAVA based library
Project URL

Project URL

https://github.com/guyplusplus/JSON-XML-Converter-via-OpenAPI-Schema
Source Code Management

Source Code Management

https://github.com/guyplusplus/JSON-XML-Converter-via-OpenAPI-Schema

Download xmljsonconvert

How to add to project

<!-- https://jarcasting.com/artifacts/com.geckotechnology/xmljsonconvert/ -->
<dependency>
    <groupId>com.geckotechnology</groupId>
    <artifactId>xmljsonconvert</artifactId>
    <version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.geckotechnology/xmljsonconvert/
implementation 'com.geckotechnology:xmljsonconvert:0.9.2'
// https://jarcasting.com/artifacts/com.geckotechnology/xmljsonconvert/
implementation ("com.geckotechnology:xmljsonconvert:0.9.2")
'com.geckotechnology:xmljsonconvert:jar:0.9.2'
<dependency org="com.geckotechnology" name="xmljsonconvert" rev="0.9.2">
  <artifact name="xmljsonconvert" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.geckotechnology', module='xmljsonconvert', version='0.9.2')
)
libraryDependencies += "com.geckotechnology" % "xmljsonconvert" % "0.9.2"
[com.geckotechnology/xmljsonconvert "0.9.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.json : json jar 20180813
org.glassfish : javax.json jar 1.1.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.2