-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#97 - Json 파일 출력기가 필드 자료형에 따라 알맞은 데이터를 표현하도록 수정
대부분의 데이터는 그대로 문자열로 내보내되, 숫자와 boolean 처리를 할 수 있는 분기를 추가하고 `null`값은 변환 에러가 발생할 수 있으므로 그대로 내보내도록 로직 수정
- Loading branch information
Showing
2 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters