From 9f69140061e52dd3f8bf1ca71b0bd1984e7d8013 Mon Sep 17 00:00:00 2001 From: Richard Jonas Date: Tue, 7 Jul 2015 17:41:36 +0200 Subject: [PATCH] Update changelog --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a079336..bdbcf0e 100644 --- a/README.md +++ b/README.md @@ -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.