Skip to content

ph json

Philip Helger edited this page Apr 23, 2021 · 2 revisions

Another simple library to read and write JSON documents and streams using a custom parser.

Maven usage

Add the following to your pom.xml to use this artifact:

<dependency>
  <groupId>com.helger.commons</groupId>
  <artifactId>ph-json</artifactId>
  <version>x.y.z</version>
</dependency>
Clone this wiki locally