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)
![]()

