j

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.
https://${parent-pom.github.organization}.github.io/${parent-pom.github.project}/
MIT License
Lars Knickrehm
Files download
File Operation
json-dom-0.9.3.jar download
json-dom-0.9.3.pom download
json-dom-0.9.3-sources.jar download
Apache Maven
<dependency>
  <groupId>de.lars-sh</groupId>
  <artifactId>json-dom</artifactId>
  <version>0.9.3</version>
</dependency>
Gradle Groovy
implementation 'de.lars-sh:json-dom:0.9.3'
Gradle Kotlin
implementation("de.lars-sh:json-dom:0.9.3")
Scala SBT
libraryDependencies += "de.lars-sh" % "json-dom" % "0.9.3"
Groovy Grape
@Grapes(
  @Grab(group='de.lars-sh', module='json-dom', version='0.9.3')
)
Apache Ivy
<dependency org="de.lars-sh" name="json-dom" rev="0.9.3" />
Leiningen
[de.lars-sh/json-dom "0.9.3"]
Apache Buildr
'de.lars-sh:json-dom:jar:0.9.3'