From 19d8afe09a78cc107376dc937e9e5e2a85a0ef2c Mon Sep 17 00:00:00 2001 From: Edgar Bonet Date: Wed, 15 May 2019 11:53:22 +0200 Subject: [PATCH] High-precision numbers cannot be empty The spec states that: High-precision number values must be written out in accordance with the original JSON number type specification. The JSON specification does not allow numbers to be empty. --- spec12/value-types.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec12/value-types.html b/spec12/value-types.html index bf1ee33..bc56720 100644 --- a/spec12/value-types.html +++ b/spec12/value-types.html @@ -244,7 +244,7 @@

Numeric Types

1-byte + int num val + string byte len H Yes - Yes (if non-empty) + Yes