📝 fix sentence

This commit is contained in:
Niels Lohmann 2022-08-05 09:17:50 +02:00
parent 346963fe04
commit 894b94056c
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -67,8 +67,8 @@ specification:
!!! info "NaN/infinity handling"
If NaN or Infinity are stored inside a JSON number, they are serialized properly. function which serializes NaN or
Infinity to `null`.
If NaN or Infinity are stored inside a JSON number, they are serialized properly in contrast to the
[dump](../../api/basic_json/dump.md) function which serializes NaN or Infinity to `null`.
??? example