Skip to content

Commit

Permalink
Add example to readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
ExcaliburZero committed Jun 25, 2016
1 parent c79f9f7 commit 640aad6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Jsonparser [![Travis CI Status](https://api.travis-ci.org/ExcaliburZero/jsonparser.svg)](https://travis-ci.org/ExcaliburZero/jsonparser) [![Coverage Status](https://coveralls.io/repos/github/ExcaliburZero/jsonparser/badge.svg?branch=master)](https://coveralls.io/github/ExcaliburZero/jsonparser?branch=master)
Jsonparser is an experimental Haskell library for parsing JSON.

```
>>> parse valueJSON "" "{\"a\":true}"
Right (JSONObject [("a", JSONBool True)])
```

## License
The source code of Jsonparser is available under the [MIT license](https://opensource.org/licenses/MIT), see `LICENSE` for more information.

0 comments on commit 640aad6

Please sign in to comment.