CookJson
CookJson contains JSON and BSON parsers and generators for JSON API for Java (JSR 353). There is also a JsonProvider for Jayway JsonPath.
Website: http://cookjson.yuanheng.org
v1.0.2 is the same v1.0.1. There was some issues with 1.0.1 on Maven.
Maven
cookjson-core
<dependency>
<groupId>org.yuanheng.cookjson</groupId>
<artifactId>cookjson-core</artifactId>
<version>1.0.2</version>
</dependency>
cookjson-jsonpath
<dependency>
<groupId>org.yuanheng.cookjson</groupId>
<artifactId>cookjson-jsonpath</artifactId>
<version>1.0.2</version>
</dependency>