DevToolBox

JSON to Prisma Schema Converter

Generate Prisma model definitions from JSON objects

Input JSON

Prisma Schema

Output will appear here...

Type Inference Rules

  • • Strings → String
  • • Integers → Int
  • • Decimals → Float
  • • Booleans → Boolean
  • • ISO Dates → DateTime
  • • Objects/Arrays → Json
  • • null values → Optional (?)