Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 688 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 688 Bytes

JavaScript Object Graph

The JSOG library makes working with JSON simple. While many JSON libraries are excellent for reading and writing JSON, working with JSON objects in memory can be cumbersome and verbose.

JSOG provides the developer with an easy way to read, write, and manipulate JSON objects. The Jackson JSON library provides serialization and deserialization support for JSOG.

Download with Maven

<dependency>
  <groupId>net.sf.jsog</groupId>
  <artifactId>jsog</artifactId>
  <version>0.34</version>
</dependency>

Documentation

Check out the JSOG User Guide.