boostorg / json

A C++11 library for parsing and serializing JSON to and from a DOM container in memory.
https://boost.org/libs/json
Boost Software License 1.0
424 stars 94 forks source link

Fix path handling #977

Closed grisumbras closed 5 months ago

grisumbras commented 5 months ago

Fix #975

cppalliance-bot commented 5 months ago

An automated preview of the documentation is available at https://977.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html

cppalliance-bot commented 5 months ago

pullrequest Benchmark test results. More info at https://benchmark.cppalliance.org/jsonbenchmarks-pullrequests/977/pullrequest.html

cppalliance-bot commented 5 months ago

An automated preview of the documentation is available at https://977.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html

cppalliance-bot commented 5 months ago

An automated preview of the documentation is available at https://977.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html

cppalliance-bot commented 5 months ago

An automated preview of the documentation is available at https://977.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html

cppalliance-bot commented 5 months ago

pullrequest Benchmark test results. More info at https://benchmark.cppalliance.org/jsonbenchmarks-pullrequests/977/pullrequest.html

cppalliance-bot commented 5 months ago

An automated preview of the documentation is available at https://977.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html

cppalliance-bot commented 5 months ago

pullrequest Benchmark test results. More info at https://benchmark.cppalliance.org/jsonbenchmarks-pullrequests/977/pullrequest.html

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4224257) 93.06% compared to head (ed3a618) 93.06%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/boostorg/json/pull/977/graphs/tree.svg?width=650&height=150&src=pr&token=HNiMmIjyKi&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg)](https://app.codecov.io/gh/boostorg/json/pull/977?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg) ```diff @@ Coverage Diff @@ ## develop #977 +/- ## ======================================== Coverage 93.06% 93.06% ======================================== Files 87 87 Lines 8107 8107 ======================================== Hits 7545 7545 Misses 562 562 ``` | [Files](https://app.codecov.io/gh/boostorg/json/pull/977?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg) | Coverage Δ | | |---|---|---| | [include/boost/json/detail/parse\_into.hpp](https://app.codecov.io/gh/boostorg/json/pull/977?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg#diff-aW5jbHVkZS9ib29zdC9qc29uL2RldGFpbC9wYXJzZV9pbnRvLmhwcA==) | `100.00% <ø> (ø)` | | | [include/boost/json/detail/value\_from.hpp](https://app.codecov.io/gh/boostorg/json/pull/977?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg#diff-aW5jbHVkZS9ib29zdC9qc29uL2RldGFpbC92YWx1ZV9mcm9tLmhwcA==) | `100.00% <ø> (ø)` | | | [include/boost/json/detail/value\_to.hpp](https://app.codecov.io/gh/boostorg/json/pull/977?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg#diff-aW5jbHVkZS9ib29zdC9qc29uL2RldGFpbC92YWx1ZV90by5ocHA=) | `100.00% <ø> (ø)` | | | [include/boost/json/impl/conversion.hpp](https://app.codecov.io/gh/boostorg/json/pull/977?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg#diff-aW5jbHVkZS9ib29zdC9qc29uL2ltcGwvY29udmVyc2lvbi5ocHA=) | `100.00% <ø> (ø)` | | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/boostorg/json/pull/977?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/boostorg/json/pull/977?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg). Last update [4224257...ed3a618](https://app.codecov.io/gh/boostorg/json/pull/977?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg).
cppalliance-bot commented 5 months ago

An automated preview of the documentation is available at https://977.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html

cppalliance-bot commented 5 months ago

pullrequest Benchmark test results. More info at https://benchmark.cppalliance.org/jsonbenchmarks-pullrequests/977/pullrequest.html