-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33834ac
commit a60c15d
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
json_of_jsonm_lib is a JSON encoder and decoder library that converts text to and from a | ||
`json` type. The library has the following features: | ||
|
||
* Uses jsonm to do the actual stream encoding and decoding | ||
* The `json` type is compatible with and a subset of yojson's `json` type | ||
* Provides both string and channel interfaces by default | ||
* The Json_string module provides a standard type `t` interface in addition to the | ||
`json` type | ||
* Both `result` and exception functions are provided in most cases | ||
* The Json_encoder_decoder functor allows additional IO mechanisms, including Async, | ||
to be defined easily. |