Skip to content

JSON to Swift

New

Generate Codable Swift structs from JSON for iOS and macOS apps.

  • Processed in your browser
  • Privacy-first
  • No account required
  • Nothing uploaded by default

Examples

User model

Creates a Codable struct with CodingKeys for user_id.

{"user_id":1,"name":"Ada"}