Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 259 Bytes

json.md

File metadata and controls

20 lines (10 loc) · 259 Bytes

JSON

JSON数据类型

json一共有6中数据类型

  • 数字(整型、浮点数、定点数);

  • 字符和字符串;

  • 布尔类型。

  • 对象;

  • null;

  • 数组。

今天在使用go unmarshal的时候有一个小坑。顶一个