본문 바로가기

소소한 팁

JSON to Go struct

Go 언어에서 Json 파싱하기 위한 구조체(struct) 구성은 일반적으로 어렵지 않지만, JSON 구성에 따라 까다로운 경우가 있다. 이런 경우 다음 URL을 활용하면 쉽게 구조체로 변환해 준다.

https://mholt.github.io/json-to-go/ 

 

JSON-to-Go: Convert JSON to Go instantly

This tool instantly converts JSON into a Go type definition. Paste a JSON structure on the left and the equivalent Go type will be generated to the right, which you can paste into your program. The script has to make some assumptions, so double-check the o

mholt.github.io

Written with by Vincent Han