Skip to content

Files

Latest commit

1eb1e08 · Jan 13, 2020

History

History
This branch is 377 commits behind swimos/swim:main.

swim.json

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 13, 2020
Sep 8, 2019
Jan 11, 2020

swim-json

package documentation chat

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.

Usage

Add the swim-json library to your project's dependencies.

Gradle

compile group: 'org.swimos', name: 'swim-json', version: '3.10.0'

Maven

<dependency>
  <groupId>org.swimos</groupId>
  <artifactId>swim-json</artifactId>
  <version>3.10.0</version>
</dependency>