add language label

This commit is contained in:
孙传宝 2020-03-14 00:22:32 +08:00
parent 73cb09dbf8
commit 57113ae17f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# [简体中文](./README_zh.md) | English
# cson
Transformation between json string and struct.

View File

@ -1,3 +1,5 @@
# 简体中文 | English(./README.md)
# cson
轻松完成C语言结构体和Json的转换。
@ -84,7 +86,7 @@ https://github.com/DaveGamble/cJSON.git
```
### 1. 定义与Json协议对应的结构体。
即使不适用json通常我们也会这么做。
即使不使用cson通常我们也会这么做。
#### 注意事项
- 字符串必须定义为char*类型。