How to Use
Tips & Features
Local Processing: All generation logic runs locally in your browser. Your JSON data is never uploaded to any server.
Type Inference: Supports nullable types. Mixed-type arrays degrade to Any. Field names are automatically converted to CamelCase.
Annotation Support: Select 'kotlinx.serialization' to automatically add @SerialName annotations, ensuring correct mapping between JSON fields and Kotlin properties.