IDEA技巧-快速编写一个String类型的JSON对象

栗子:

[
	{
		"commandId":"comd123",
		"jsonParam":"{\"commandId\":\"730674db-85fc-42c6-9947-d43d71e39069\",\"specId\":\"test_spec898\",\"pointYear\":2020,\"pointMonth\":\"\",\"timeLevelEnum\":\"MID_MONTH_LEVEL\",\"slineids\":[]}",
		"queryType":"POINT_QUERY"
	}
	]

参考:

https://www.cnblogs.com/youngyajun/p/11448025.html

发布了109 篇原创文章 · 获赞 2 · 访问量 5691

猜你喜欢

转载自blog.csdn.net/Seven71111/article/details/103923494