Usage Guide
- Paste Go map or struct logs into the input box.
- Click 'Map → JSON' to convert to standard JSON, or 'JSON → Map' for the reverse.
- Supports nested structures, slices, and mixed key types.
- Converted JSON is ready for API debugging or formatted viewing.
Tips
- This tool runs entirely in your browser; no data is uploaded to any server.
- Supports common Go print formats like map[string]interface{} and []interface{}.
- If conversion fails, check for non-standard characters or unbalanced brackets.