📝 add documentation for numbers

This commit is contained in:
Niels Lohmann
2021-04-28 20:33:05 +02:00
parent a34e011e24
commit cdfe865486
20 changed files with 400 additions and 83 deletions

View File

@@ -418,9 +418,9 @@ TEST_CASE("json.org examples")
}
}
TEST_CASE("RFC 7159 examples")
TEST_CASE("RFC 8259 examples")
{
// here, we list all JSON values from the RFC 7159 document
// here, we list all JSON values from the RFC 8259 document
SECTION("7. Strings")
{