From df0365d82f5fe7a35b3a69ecb68484f22dfa59f2 Mon Sep 17 00:00:00 2001 From: Masaaki Goshima Date: Fri, 8 May 2020 20:38:44 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 69783ea..3311df8 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ WIP - [x] `interface{}` - [x] `MarshalJSON` - [x] `MarshalText` +- [x] `pointer` ### Decoder @@ -58,6 +59,10 @@ WIP - [x] `array` - [x] `slice` - [x] `map` +- [x] `interface{}` +- [x] `UnmarshalJSON` +- [x] `UnmarshalText` +- [x] `pointer` # Benchmarks