* fix:move benchmarkTests and unitTests related to external json library * remove extra spaces * merge go.mod files * refactor: add external_jsonlib_test into go.work and CI Co-authored-by: Yi Duan <duanyi.aster@bytedance.com>
* feat (decoder): support streaming IO * opt: fine tune buffer size factors * feat (encoder): support streaming IO * doc: refactor format and add comments * fix: io.EOF dead loop * build: adjust CI files * doc: update README.md