Last Version

JSONx 0.3.2

A collection of specifications and reference implementations that provide structural and functional patterns intended to help developers work with JSON. The JSONx Framework is based on the JSON Schema Definition Language, which is a schema language inspired by the [XMLSchema] specification. This document introduces the JSONx Framework, and presents a directory of links to its constituent parts and related resources.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

org.jsonx
ArtifactId

ArtifactId

jsonx
Version

Version

0.3.2
Type

Type

pom
Description

Description

JSONx
A collection of specifications and reference implementations that provide structural and functional patterns intended to help developers work with JSON. The JSONx Framework is based on the JSON Schema Definition Language, which is a schema language inspired by the [XMLSchema] specification. This document introduces the JSONx Framework, and presents a directory of links to its constituent parts and related resources.
Project Organization

Project Organization

JSONx
Source Code Management

Source Code Management

https://github.com/jsonxorg/jsonx

Download jsonx 0.3.2

Filename Size
jsonx-0.3.2.pom 3 KB
Browse

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

Dependencies

compile (2)

Group / Artifact Type Version
org.libj : logging jar 0.4.5
ch.qos.logback : logback-classic jar 1.2.3

test (3)

Group / Artifact Type Version
org.libj : test jar 0.7.1
junit : junit jar 4.12
org.mockito : mockito-core jar 3.1.0

Project Modules

  • jsonxml
  • binding
  • generator
  • jsonx-maven-plugin
  • jaxrs
  • sample