Why convert JSON to PropTypes?
Legacy React components often validate their props with PropTypes. Paste a sample JSON
payload above and get a ready-to-use PropTypes.shape definition in milliseconds, instead
of writing it field by field.
How it works
The converter parses your JSON locally and builds nested PropTypes.shape declarations.
Every field is marked .isRequired, except fields whose value is null, so the generated
validation matches your sample payload.