Skip to content

auto determine nullable or not from json value optional null values #307

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

Closed
vicky-droid opened this issue Aug 10, 2020 · 1 comment
Closed
Assignees
Labels
enhancement L2 Difficulty level 2 (Maximum is 9)
Milestone

Comments

@vicky-droid
Copy link

consider a case like JSON below
{"a": [ { "b": "", "c": "", "d": "" }, { "a": "" } ] }
then b & c should be nullable values but b & c are created as not nullable types.
auto determine nullable or not from JSON value can't recognize this.

@wuseal
Copy link
Owner

wuseal commented Aug 10, 2020

Sure,Will be fixed next version.

@wuseal wuseal added enhancement L2 Difficulty level 2 (Maximum is 9) labels May 18, 2021
@wuseal wuseal added this to the 3.7.1 milestone May 18, 2021
@wuseal wuseal modified the milestones: 3.7.1, someday Jun 30, 2021
@wuseal wuseal closed this as completed in d969b9e May 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement L2 Difficulty level 2 (Maximum is 9)
Projects
None yet
Development

No branches or pull requests

3 participants