2
0
mirror of https://github.com/boostorg/json.git synced 2026-01-19 16:22:20 +00:00
Files
json/test
Dmitry Arkhipov 9f85ed6d62 fix value_to for variants
After we allowed exceptions to propagate through error_code-based
conversions (when the user invoked value_to, rather than try_value_to),
we inadvertently broke value_to for variants, because they relied on
exceptions being caught by try_value_to. This change disables exception
propagation for exactly one level of nesting.
2024-04-03 15:22:27 +03:00
..
2020-04-30 06:52:50 -07:00
2019-10-26 06:31:07 -07:00
2023-01-02 18:41:01 +03:00
2023-06-02 16:23:08 +03:00
2024-02-09 13:19:49 +03:00
2024-02-09 13:19:49 +03:00
2024-01-01 23:49:29 +03:00
2023-01-02 18:41:01 +03:00
2024-02-09 13:19:49 +03:00
2024-02-09 13:19:49 +03:00
2024-02-09 13:19:49 +03:00
2023-01-02 18:41:01 +03:00
2024-02-09 13:19:49 +03:00
2023-06-01 21:45:56 +03:00
2024-02-09 13:19:49 +03:00
2024-02-09 13:19:49 +03:00
2024-02-09 13:19:49 +03:00
2023-10-09 16:59:39 +03:00
2020-10-04 11:06:25 -07:00
2023-02-12 17:42:49 +03:00
2024-02-09 13:19:49 +03:00
2023-01-02 18:41:01 +03:00
2023-01-02 18:41:01 +03:00
2024-02-09 13:19:49 +03:00
2020-10-04 11:06:25 -07:00
2020-10-04 11:06:25 -07:00
2019-11-01 16:12:56 -07:00
2024-02-09 13:19:49 +03:00
2023-06-07 14:12:57 +03:00
2023-01-02 18:41:01 +03:00
2024-02-09 13:19:49 +03:00
2023-01-02 18:41:01 +03:00
2024-02-09 13:19:49 +03:00
2024-02-09 13:19:49 +03:00
2022-02-06 17:35:09 +03:00
2024-02-09 13:19:49 +03:00
2019-10-14 08:18:13 -07:00
2024-02-09 13:19:49 +03:00
2024-02-09 13:19:49 +03:00
2024-02-09 13:19:49 +03:00
2023-01-02 18:41:01 +03:00
2024-02-09 13:19:49 +03:00
2024-02-09 13:19:49 +03:00
2023-06-02 16:23:08 +03:00
2024-02-09 13:19:49 +03:00
2024-02-09 13:19:49 +03:00
2023-01-02 18:41:01 +03:00
2023-01-02 18:41:01 +03:00
2023-01-02 18:41:01 +03:00
2024-04-03 15:22:27 +03:00
2024-02-09 13:19:49 +03:00
2024-02-07 23:11:35 +03:00

JSON Parse Test Vectors

The files in the direectory parse-vectors come from this project:

JSON Test Suite

A comprehensive test suite for RFC 8259 compliant JSON parsers

https://github.com/nst/JSONTestSuite

These files are covered by the following copyright and MIT License, reproduced from the original project:


MIT License

Copyright (c) 2016 Nicolas Seriot

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.