Generate a Python TypedDict class from a JSON sample. JSON to Python TypedDict is a free online tool from the ToolsRift JSON Tools collection. It runs entirely in your browser — nothing to install, no signup, and your data never leaves your device.
TypedDict describes dictionary shapes exactly as JSON decodes them, so it matches json.loads output without conversion.
Keys like 'first-name' use the functional TypedDict(...) syntax so any string key is supported.
Treat it as a starting point — verify Optional fields and numeric types, since they are inferred from a single sample.