/users
/posts
/slides
/apps
/books
mysetting
/users
/posts
/slides
/apps
/books
2021-05-27 06:42
Jaewook Oh
@Mobigen
[Go/Golang] 구조체 JSON 변환 시, omitempty가 적용되지 않는 경우
Prologue
Go에서 오브젝트를 JSON으로 변환하려면, 해당 오브젝트를 기술하는 구조체가 선언되어 있어야 합니다. 예를 들자면 다음과 같습니다.
type Score struct {
Korean uint `json:"...
더보기
Go
Encoding
Golang
go언어
JSON
marshaling
omitempty
struct
구조체
+ 더보기
욱이의 IT 생존일지
0
0
43
댓글
댓글 달기
About
Badge
Contact
Activity
Terms of service
Privacy Policy