当前位置:网站首页>golang convert map to json string

golang convert map to json string

2022-06-24 19:42:00 大魔法师云中君

x is map
	jsonStr, err := json.Marshal(x)
	a := string(jsonstr)
原网站

版权声明
本文为[大魔法师云中君]所创,转载请带上原文链接,感谢
https://wkisme.blog.csdn.net/article/details/125445599