翻译11.12部分内容

This commit is contained in:
dake
2015-11-02 17:17:45 +08:00
parent af7a9355ac
commit 6abfdb7f52
21 changed files with 256 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
# Json 数据格式
# 12.9 Json 数据格式
数据结构要在网络中传输或保存到文件就必须对其编码和解码目前存在很多编码格式JSONXMLgobGoogle 缓冲协议等等。Go 语言支持所有这些编码格式;在后面的章节,我们将讨论前三种格式。