go 處理json複雜解析

最近在學習go,發現go的json設計特別蛋疼,要解析出來一個json,需要預先定義struct,這對於用慣php的人來講特別繁瑣,因此引入了第三方的類庫jsoniter,現在把對jsoniter的研究記錄下,代碼不一定高效,但一定能用 1、下載jsoniter類庫       github地址:https://github.com/json-iterator/go       文檔中有安裝方法
相關文章
相關標籤/搜索