From 6ff4b90fded0a21f2e102a6ea5414ee814b3e24d Mon Sep 17 00:00:00 2001 From: lb-chc <69136546+lb-chc@users.noreply.github.com> Date: Mon, 11 Apr 2022 08:39:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=80=E4=B8=AA=E6=96=B9?= =?UTF-8?q?=E4=BE=BF=E5=B7=A5=E5=85=B7=E7=9A=84=E9=93=BE=E6=8E=A5,=20?= =?UTF-8?q?=E4=B8=BA=E4=BD=BF=E7=94=A8=E8=AF=A5=E9=A1=B9=E7=9B=AE=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=96=B9=E4=BE=BF=20(#342)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加一个方便工具的链接, 为使用该项目提供方便 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fcc3d3..d551a8b 100644 --- a/README.md +++ b/README.md @@ -291,4 +291,6 @@ OR Aifadian:https://afdian.net/@ShakaiAneE - [uw-labs/bloomrpc](https://github.com/uw-labs/bloomrpc): GUI Client for GRPC Services -- [grpc/grpc](https://github.com/grpc/grpc): The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) \ No newline at end of file +- [grpc/grpc](https://github.com/grpc/grpc): The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) + + - [quicktype](https://github.com/quicktype/quicktype) quicktype generates strongly-typed models and serializers from JSON, JSON Schema, TypeScript, and GraphQL queries, making it a breeze to work with JSON type-safely in many programming languages.一键生成多种语言的json反序列化所需类,以便于快速反序列化, 有网页版