/icooding

icooding

Primary LanguageJavaApache License 2.0Apache-2.0

整理icooding下使用的工具

1.0

1.增加工具类JSON

	{
		"specialName":"just a test",
		"size":4,
		"list":[
			1,
			2,
			3,
			4
		],
		"myList":{
			"list":[
				1,
				2,
				3,
				4
			],
			"size":4,
			"specialName":"just a test"
		}
	}