Usage & Instructions
Tips
**Local Processing** All conversions happen entirely within your browser via JavaScript. No data is sent to any server, ensuring your privacy.
**Smart Type Inference** Handles nested objects, arrays, and mixed types (falling back to serde_json::Value). Automatically adds `#[serde(rename = "...")]` for fields that don't match Rust naming conventions.
**Serde Integration** Generated code includes `use serde::{Deserialize, Serialize};` and derives `Debug`, `Clone`, `Serialize`, `Deserialize` for all structs, ready for production use.