swim-json implements a JavaScript Object Notation (JSON) codec that incrementally parses and writes swim-structure values. swim-json is part of the Swim Core framework.
Add the swim-json library to your project's dependencies.
compile group: 'org.swimos', name: 'swim-json', version: '3.10.0'
<dependency>
<groupId>org.swimos</groupId>
<artifactId>swim-json</artifactId>
<version>3.10.0</version>
</dependency>