actson

A reactive (non-blocking, asynchronous) JSON parser.

License

License

GroupId

GroupId

de.undercouch
ArtifactId

ArtifactId

actson
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

actson
A reactive (non-blocking, asynchronous) JSON parser.
Project URL

Project URL

https://michelkraemer.com

Download actson

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.2.0
1.1.0
1.0.0