From d3b09009961a36291bb5f2563e75b07a66f58599 Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Thu, 4 Nov 2021 01:58:33 +0300 Subject: [PATCH] docs(roadmap): update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fbd454b..b39667f 100644 --- a/README.md +++ b/README.md @@ -156,9 +156,11 @@ d.ObjBytes(func(d *Decoder, key []byte) error { ``` # Roadmap +- [x] Support `Raw` decoding - [ ] Rework `json.Number` - [ ] Rework `Any` -- [ ] Support `Raw` decoding +- [ ] Support `Raw` for io.Reader +- [ ] Support `Capture` for io.Reader # License MIT, same as jsoniter