json 캐멀 케이스

JJeong·2021년 2월 9일
0

좀좀따리 개발지식

목록 보기
1/39
post-thumbnail

<예시>

type RestorationPlaceSearch struct {
	Name   		string 	`json:"name" `
	PostNo 		string 	`json:"postNo" `
	Descending 	bool 	`json:"descending"`
}

0개의 댓글