From e770749cbe41e1ccd7947295d120b3ebb47ae325 Mon Sep 17 00:00:00 2001 From: Yi Duan Date: Wed, 17 Jan 2024 15:05:59 +0800 Subject: [PATCH 1/3] doc: add API doc link --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3a36017b7..5613609da 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ A blazingly fast JSON serializing & deserializing library, accelerated by JI - Complete APIs for JSON value manipulation - Fast, fast, fast! +## APIs +see [go.dev](https://pkg.go.dev/github.com/bytedance/sonic) + ## Benchmarks For **all sizes** of json and **all scenarios** of usage, **Sonic performs best**. - [Medium](https://github.com/bytedance/sonic/blob/main/decoder/testdata_test.go#L19) (13KB, 300+ key, 6 layers) From 56083108897b5b5032201b6db01645460a102cec Mon Sep 17 00:00:00 2001 From: Yi Duan Date: Wed, 17 Jan 2024 15:07:24 +0800 Subject: [PATCH 2/3] Update README_ZH_CN.md --- README_ZH_CN.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README_ZH_CN.md b/README_ZH_CN.md index a18e99afe..396c089b9 100644 --- a/README_ZH_CN.md +++ b/README_ZH_CN.md @@ -10,6 +10,9 @@ - Linux / MacOS / Windows(需要 Go1.17 以上) - Amd64 架构 +## 接口 +详见 [go.dev](https://pkg.go.dev/github.com/bytedance/sonic) + ## 特色 - 运行时对象绑定,无需代码生成 From c6258bcac82e62fecdb6f001b873dc70c6e56b1a Mon Sep 17 00:00:00 2001 From: Yi Duan Date: Wed, 17 Jan 2024 15:27:06 +0800 Subject: [PATCH 3/3] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8c18789a3..db79009d7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -83,4 +83,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2