Json2Native is a code generation tool, converting JSON objects into native data models.
Supported languages : Java & Objective-C (more to come!)
Features:
- Intelligent class naming (i.e. objects in an array "users" becomes "User" class)
- Finds class duplicates (An object with the same name but different properties will become two different classes)
- Typed arrays (Java & Objective-C)
- Safe JSON parsing (null checks)
点击按钮跳转至开发者官方下载地址...