feat: implement JsonOpener and CsvOpener (#1367)

* feat: introduce JsonOpener and CsvOpener

* refactor: refactor Opener

* docs: add doc
This commit is contained in:
Weny Xu
2023-04-17 12:42:16 +09:00
committed by GitHub
parent f7b7a9c801
commit 408de51be8
10 changed files with 409 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
{"num":5,"str":"test"}
{"num":2,"str":"hello"}
{"num":4,"str":"foo"}