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 2 commits into from
May 13, 2024

Conversation

noya2ruler
Copy link
Collaborator

fix #93

childs を , で分割して並べる文字列を、 std::views::join_with() を用いた実装に変更した。

@noya2ruler noya2ruler requested a review from abap34 May 13, 2024 09:40
@abap34
Copy link
Owner

abap34 commented May 13, 2024

LGTM ! 👍

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

Successfully merging this pull request may close these issues.

NonLeafNode に子がない場合 jsonの出力が崩れる
2 participants