Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON 출력기 만들기 #98

Merged
merged 4 commits into from
Aug 20, 2024
Merged

Conversation

mikonu
Copy link
Collaborator

@mikonu mikonu commented Aug 20, 2024

이 작업은 .json 파일 출력 기능을 추가합니다.

This closes #97

`.json` 형식으로 파일을 출력해주는 기능을 추가한다.
@mikonu mikonu added the enhancement New feature or request label Aug 20, 2024
@mikonu mikonu self-assigned this Aug 20, 2024
djkeh
djkeh previously approved these changes Aug 20, 2024
Copy link
Owner

@djkeh djkeh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다.

mikonu added 2 commits August 21, 2024 01:48
json 파일 변환기가 각 필드의 자료형마다
알맞은 데이터를 만들어주려면
우선 가짜 데이터 필드 자료형을
json이 이해하는 자료형으로 변환할 필요가 있음.
가짜 데이터 유형 중 기본 유형들은
json에서 서로 구분되는 자료 유형아기 때문에
이 기능을 만들면 활용할 수 있을 것임.
대부분의 데이터는 그대로 문자열로 내보내되,
숫자와 boolean 처리를 할 수 있는 분기를 추가하고
`null`값은 변환 에러가 발생할 수 있으므로
그대로 내보내도록 로직 수정
@djkeh djkeh merged commit 0bd099f into djkeh:main Aug 20, 2024
1 of 2 checks passed
@djkeh
Copy link
Owner

djkeh commented Aug 21, 2024

이 작업은 오픈소스 프로젝트의 보편적인 기여 방식을 따라 fork repository pr -> merge 를 시도했는데, 이에 CI 과정 중 일부가 잘 진행되지 않았습니다. 이를 감안하고 머지하였으며, 프로젝트 내용에는 이상이 없습니다. 하지만 문제는 확인하고 별도 이슈로 조치할 예정입니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JSON 출력기 만들기
2 participants