-
Notifications
You must be signed in to change notification settings - Fork 12
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
Support projection options to handle un defined nilable properties #4
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4 +/- ##
============================================
- Coverage 77.40% 76.64% -0.77%
- Complexity 208 286 +78
============================================
Files 18 23 +5
Lines 1341 1627 +286
Branches 243 307 +64
============================================
+ Hits 1038 1247 +209
- Misses 217 256 +39
- Partials 86 124 +38 ☔ View full report in Codecov by Sentry. |
...iler-plugin/src/main/java/io/ballerina/lib/data/jsondata/compiler/JsondataTypeValidator.java
Outdated
Show resolved
Hide resolved
ballerina/json_api.bal
Outdated
@@ -62,9 +62,10 @@ public isolated function toJson(anydata v) | |||
# Represent the options that can be used to modify the behaviour of the projection. | |||
# | |||
# + allowDataProjection - enable or disable projection |
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.
Docs out of sync
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.
I will update
Purpose
Fixes: ballerina-platform/ballerina-library#6251
Examples
Checklist