-
Notifications
You must be signed in to change notification settings - Fork 1
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
[ADP-3148] Add json to value parser #17
Conversation
9bc4f73
to
32c2b4a
Compare
4c7015e
to
4ff5a95
Compare
7f17cec
to
4011d83
Compare
4011d83
to
02e86e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent work, thank you! 😊 A couple of comments, though. Importantly, could you add validation for Integer
and Natural
as well? — it probably just got lost.
lib/fine-types/src/Language/FineTypes/Export/OpenAPI/Value/FromJSON.hs
Outdated
Show resolved
Hide resolved
lib/fine-types/src/Language/FineTypes/Export/OpenAPI/Value/FromJSON.hs
Outdated
Show resolved
Hide resolved
lib/fine-types/src/Language/FineTypes/Export/OpenAPI/Value/FromJSON.hs
Outdated
Show resolved
Hide resolved
lib/fine-types/src/Language/FineTypes/Export/OpenAPI/Value/FromJSON.hs
Outdated
Show resolved
Hide resolved
lib/fine-types/src/Language/FineTypes/Export/OpenAPI/Value/ToJSON.hs
Outdated
Show resolved
Hide resolved
lib/fine-types/src/Language/FineTypes/Export/OpenAPI/Value/ToJSON.hs
Outdated
Show resolved
Hide resolved
lib/fine-types/src/Language/FineTypes/Export/OpenAPI/Value/ToJSON.hs
Outdated
Show resolved
Hide resolved
lib/fine-types/src/Language/FineTypes/Export/OpenAPI/Value/ToJSON.hs
Outdated
Show resolved
Hide resolved
8443efc
to
99b5da0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent, thank you! 🤩 Except for a minor issue with a duplicated comment; I'm happy to see this merged!
lib/fine-types/src/Language/FineTypes/Export/OpenAPI/Value/FromJSON.hs
Outdated
Show resolved
Hide resolved
99b5da0
to
f3c50b2
Compare
ADP-3148