Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 545 Bytes

conformance_Nlohmann (C++11).md

File metadata and controls

58 lines (37 loc) · 545 Bytes

Conformance of Nlohmann (C++11)

1. Parse Validation

Summary: 34 of 34 are correct.

2. Parse Double

Summary: 66 of 66 are correct.

3. Parse String

Summary: 9 of 9 are correct.

4. Roundtrip

  • Fail:
[5e-324]
[4.94065645841247e-324]
  • Fail:
[2.225073858507201e-308]
[2.2250738585072e-308]
  • Fail:
[2.2250738585072014e-308]
[2.2250738585072e-308]
  • Fail:
[1.7976931348623157e308]
[1.79769313486232e+308]

Summary: 23 of 27 are correct.