json 转换工具类,用于替换 JsonUtil
1.2.0
Static
将 json 字符串转为 HashMap
json 字符串
HashMap
将 json 字符串转为 Map
Map
将 json 字符串解析为对象
解析后的对象,如果解析失败返回 null
将 HashMap 变为 json 字符串
将 Map 变为 json 字符串
将对象转为 json 字符串
任意对象
json 字符串,如果对象为 null、undefined、解析失败 会返回空字符串
json 转换工具类,用于替换 JsonUtil
Version
1.2.0