mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:43:26 +08:00
翻译11.12部分内容
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Json 数据格式
|
||||
# 12.9 Json 数据格式
|
||||
|
||||
数据结构要在网络中传输或保存到文件,就必须对其编码和解码;目前存在很多编码格式:JSON,XML,gob,Google 缓冲协议等等。Go 语言支持所有这些编码格式;在后面的章节,我们将讨论前三种格式。
|
||||
|
||||
|
Reference in New Issue
Block a user