Paste any JSON payload and get a fully typed Apex wrapper class with deserialization method.
Analyzes key names, value types, nested objects, and arrays recursively.
Maps JSON types to Apex: string → String, number → Integer/Decimal, boolean → Boolean, object → inner class.
Outputs a clean Apex wrapper class with inner classes, proper types, and a deserialization method.