Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coconut2015 committed Jul 6, 2016
1 parent b0e8539 commit a4baff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CookJson [![Build Status](https://travis-ci.org/coconut2015/cookjson.svg?branch=master)](https://travis-ci.org/coconut2015/cookjson) [![codecov](https://codecov.io/gh/coconut2015/cookjson/branch/master/graph/badge.svg)](https://codecov.io/gh/coconut2015/cookjson) [![Apache License, Version 2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
# CookJson [![Build Status](https://travis-ci.org/coconut2015/cookjson.svg?branch=master)](https://travis-ci.org/coconut2015/cookjson) [![codecov](https://codecov.io/gh/coconut2015/cookjson/branch/master/graph/badge.svg)](https://codecov.io/gh/coconut2015/cookjson) [![Javadocs](http://www.javadoc.io/badge/org.yuanheng.cookjson/cookjson-core.svg)](http://www.javadoc.io/doc/org.yuanheng.cookjson/cookjson-core) [![Apache License, Version 2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)

CookJson contains [JSON](http://www.json.org/) and [BSON](http://bsonspec.org/) parsers and generators for [JSON API for Java (JSR 353)](https://jsonp.java.net/). There is also a JsonProvider for [Jayway JsonPath](https://github.com/jayway/JsonPath).

I am in the process of adding more tests, conducting performance tests, and writing documentations. Stay tuned!
Website: http://cookjson.yuanheng.org

0 comments on commit a4baff4

Please sign in to comment.