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

feat(parser): map JsonNode to Object #2398

Merged

Conversation

cromoteca
Copy link
Contributor

@cromoteca cromoteca commented May 7, 2024

JsonNode is mapped to Object so that it will be generated as unknown in TypeScript.

Closes #83.

Copy link

codecov bot commented May 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.14%. Comparing base (d66305c) to head (8f82807).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2398      +/-   ##
==========================================
+ Coverage   95.12%   95.14%   +0.02%     
==========================================
  Files          66       66              
  Lines        4512     4512              
  Branches      649      650       +1     
==========================================
+ Hits         4292     4293       +1     
+ Misses        179      178       -1     
  Partials       41       41              
Flag Coverage Δ
unittests 95.14% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cromoteca cromoteca marked this pull request as ready for review May 8, 2024 15:18
@platosha platosha enabled auto-merge (squash) May 20, 2024 11:44
Copy link

sonarcloud bot commented May 20, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@platosha platosha merged commit 9be358f into main May 20, 2024
15 checks passed
@platosha platosha deleted the feat/83/Support-sending-and-receiving-generic-JSON-values branch May 20, 2024 11:55
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.

Support sending and receiving generic JSON values
2 participants