Last Version

JSON DOM 0.9.1

A DOM implementation for JSON. While DOM is widely used for XML structured data, it can be useful for JSON data, too. These classes wrap generic JSON elements to fit the DOM interfaces.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

de.lars-sh
ArtifactId

ArtifactId

json-dom
Version

Version

0.9.1
Type

Type

jar
Description

Description

JSON DOM
A DOM implementation for JSON. While DOM is widely used for XML structured data, it can be useful for JSON data, too. These classes wrap generic JSON elements to fit the DOM interfaces.
Project URL

Project URL

https://github.com/lars-sh/json-dom
Source Code Management

Source Code Management

https://github.com/lars-sh/json-dom

Download json-dom 0.9.1


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

Dependencies

compile (4)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind Optional jar 2.9.8
com.google.code.gson : gson Optional jar 2.8.5
javax.json : javax.json-api Optional jar 1.1.4
de.lars-sh : utils jar 0.9.2

provided (3)

Group / Artifact Type Version
de.lars-sh : utils-annotations jar 0.9.2
de.lars-sh : lombok-annotations jar 1.18.6
com.github.spotbugs : spotbugs-annotations jar 3.1.12

test (6)

Group / Artifact Type Version
de.lars-sh : utils-test jar 0.9.2
org.jooq : joor-java-8 jar 0.9.11
org.junit.jupiter : junit-jupiter-api jar 5.4.2
org.junit.jupiter : junit-jupiter-engine jar 5.4.2
org.junit.platform : junit-platform-runner jar 1.4.2
org.mockito : mockito-core jar 2.27.0

Project Modules

There are no modules declared in this project.