Add documentation for JsonValue

This commit is contained in:
Evan Czaplicki 2013-12-11 13:05:31 -08:00
parent 4452e4e138
commit 1707e52e69

View file

@ -3,6 +3,9 @@ module Json where
{-| Library for working with [JSON](https://en.wikipedia.org/wiki/JSON) values.
# Json Values
@docs JsonValue
# Strings
@docs fromString, toString