Paste JSON, get Go structs with json tags. Nested objects become named structs.
Paste a JSON object and the tool generates Go struct definitions with matching json tags, inferring int/float64/bool/string and turning nested objects into their own named structs.
Whole numbers become int and numbers with decimals become float64. If a field varies, you may want to adjust manually, since JSON does not distinguish int sizes.
No, conversion runs entirely in your browser.