j

jsonurl-core

This is the JSON->URL core library. It implements a parser, as defined by the spec, with support for type parameters. Implementations for specific APIs (e.g. JSR-374) leverage this and simply supply their own types. You likely wont depend on this directly unless you're implementing JSON->URL with a new interface/library/framework.
https://www.jsonurl.org
Files download
File Operation
jsonurl-core-2.0.2.jar download
jsonurl-core-2.0.2.pom download
jsonurl-core-2.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jsonurl</groupId>
  <artifactId>jsonurl-core</artifactId>
  <version>2.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.jsonurl:jsonurl-core:2.0.2'
Gradle Kotlin
implementation("org.jsonurl:jsonurl-core:2.0.2")
Scala SBT
libraryDependencies += "org.jsonurl" % "jsonurl-core" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.jsonurl', module='jsonurl-core', version='2.0.2')
)
Apache Ivy
<dependency org="org.jsonurl" name="jsonurl-core" rev="2.0.2" />
Leiningen
[org.jsonurl/jsonurl-core "2.0.2"]
Apache Buildr
'org.jsonurl:jsonurl-core:jar:2.0.2'