json
json copied to clipboard
Parse into types directly
Codecov Report
Merging #634 (b15d0c6) into develop (9af467c) will decrease coverage by
1.33%
. The diff coverage is62.66%
.
@@ Coverage Diff @@
## develop #634 +/- ##
===========================================
- Coverage 99.05% 97.71% -1.34%
===========================================
Files 68 70 +2
Lines 6119 6357 +238
===========================================
+ Hits 6061 6212 +151
- Misses 58 145 +87
Impacted Files | Coverage Δ | |
---|---|---|
include/boost/json/detail/parse_into.hpp | 60.36% <60.36%> (ø) |
|
include/boost/json/impl/parse_into.hpp | 80.00% <80.00%> (ø) |
|
include/boost/json/impl/error.ipp | 100.00% <100.00%> (ø) |
|
include/boost/json/value_to.hpp | 100.00% <0.00%> (ø) |
|
include/boost/json/value_from.hpp | 100.00% <0.00%> (ø) |
|
include/boost/json/detail/config.hpp | 100.00% <0.00%> (ø) |
|
include/boost/json/detail/value_from.hpp | 100.00% <0.00%> (ø) |
|
include/boost/json/basic_parser_impl.hpp | 99.19% <0.00%> (+<0.01%) |
:arrow_up: |
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 9af467c...b15d0c6. Read the comment docs.
Benchmark test results. More info at https://benchmark.cppalliance.org/jsonbenchmarks-pullrequests/634/pullrequest.html
Benchmark test results. More info at https://benchmark.cppalliance.org/jsonbenchmarks-pullrequests/634/pullrequest.html
Benchmark test results. More info at https://benchmark.cppalliance.org/jsonbenchmarks-pullrequests/634/pullrequest.html
Benchmark test results. More info at https://benchmark.cppalliance.org/jsonbenchmarks-pullrequests/634/pullrequest.html
Benchmark test results. More info at https://benchmark.cppalliance.org/jsonbenchmarks-pullrequests/634/pullrequest.html
Benchmark test results. More info at https://benchmark.cppalliance.org/jsonbenchmarks-pullrequests/634/pullrequest.html
Benchmark test results. More info at https://benchmark.cppalliance.org/jsonbenchmarks-pullrequests/634/pullrequest.html
@grisumbras bump!
This is a much-missed feature.
Benchmark test results. More info at https://benchmark.cppalliance.org/jsonbenchmarks-pullrequests/634/pullrequest.html
I went with #924 instead.