json icon indicating copy to clipboard operation
json copied to clipboard

Parse into types directly

Open grisumbras opened this issue 2 years ago • 10 comments

grisumbras avatar Oct 05 '21 15:10 grisumbras

Codecov Report

Merging #634 (b15d0c6) into develop (9af467c) will decrease coverage by 1.33%. The diff coverage is 62.66%.

Impacted file tree graph

@@             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.

codecov[bot] avatar Oct 05 '21 15:10 codecov[bot]

@grisumbras bump!

This is a much-missed feature.

madmongo1 avatar Nov 05 '21 17:11 madmongo1

I went with #924 instead.

grisumbras avatar Oct 26 '23 16:10 grisumbras