Skip to content

Add method JSON.writeTo(out, object, filters, features).#21

Merged
wenshao merged 2 commits intoalibaba:mainfrom
VictorZeng:main
Apr 20, 2022
Merged

Add method JSON.writeTo(out, object, filters, features).#21
wenshao merged 2 commits intoalibaba:mainfrom
VictorZeng:main

Conversation

@VictorZeng
Copy link
Copy Markdown
Collaborator

Add new method JSON.writeTo(OutputStream out, Object object, Filter[] filters, JSONWriter.Feature... features).

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 20, 2022

Codecov Report

Merging #21 (c2133b5) into main (c5b4700) will increase coverage by 0.02%.
The diff coverage is 78.57%.

@@             Coverage Diff              @@
##               main      #21      +/-   ##
============================================
+ Coverage     67.08%   67.11%   +0.02%     
- Complexity     7323     7331       +8     
============================================
  Files           369      369              
  Lines         40703    40717      +14     
  Branches       8068     8069       +1     
============================================
+ Hits          27306    27326      +20     
+ Misses        10092    10084       -8     
- Partials       3305     3307       +2     
Impacted Files Coverage Δ
core/src/main/java/com/alibaba/fastjson2/JSON.java 80.37% <78.57%> (+2.37%) ⬆️
...in/java/com/alibaba/fastjson2/JSONWriterJSONB.java 57.99% <0.00%> (+0.18%) ⬆️
...ain/java/com/alibaba/fastjson2/JSONWriterUTF8.java 74.96% <0.00%> (+0.25%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c5b4700...c2133b5. Read the comment docs.

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.

3 participants