Skip to content

Commit

Permalink
Add lang to code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
ExcaliburZero committed Jun 25, 2016
1 parent 640aad6 commit a4d4fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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.

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

0 comments on commit a4d4fc6

Please sign in to comment.