Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Jonas committed Jul 7, 2015
1 parent 7cd80e5 commit 9f69140
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,3 +297,9 @@ convert_list(List) ->
* Converter generate a JSON field describing the source record of the data. The `__rec` field contains the record name, which is useful for decoding.
* Encoded proplists also contain type field `__type` which the decoder know what is the target type.
* All `to` and `from` functions in `ejson` module result in either an `{ok, Result}` or an `{error, Reason}` term. Previously it was `Result` and `{error, Reason}`.
### Future plans
* Better proplist support (deep proplists or so)
* dict, set support
* Support of a hook handling generic data types by `__type` field (later one can support gbset, orddict.

0 comments on commit 9f69140

Please sign in to comment.