From d36495e464727fdf246f61085407e5aeac9d274d Mon Sep 17 00:00:00 2001 From: dodozhou5 Date: Mon, 15 Aug 2022 02:44:47 +0000 Subject: [PATCH] update README.md. Signed-off-by: dodozhou5 Signed-off-by: dodozhou5 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a33c4c..acaa7fe 100644 --- a/README.md +++ b/README.md @@ -87,5 +87,6 @@ ### 其他 |三方组件名称|描述|sample地址| |:---:|:---:|:---:| -| [pinyin4js](https://github.com/Kaifun/pinyin4js) | pinyin4js是一个汉字转拼音的Javascript开源库-零依赖。 | +| [pinyin4js](https://github.com/Kaifun/pinyin4js) | pinyin4js是一个汉字转拼音的Javascript开源库-零依赖。 | +| [JSON-js](https://github.com/douglascrockford/JSON-js) | JSON-js是在javascript环境中将对象转换为JSON数据的库 | [返回目录](#目录) -- Gitee