// jsonStr ----> Object
T t = JSON.parse(clazz<T>, text);
// jsonStr ----> List
List<T> list = JSON.parseArray(clazz<T>, text)
// to JSONString
JSON.toJSONString(obj);
-
Notifications
You must be signed in to change notification settings - Fork 0
JSON 解析器
License
WangJunnan/mson
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
JSON 解析器
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published