commit e009aab5ad4cb7852fec91d759aef3f356542a5e Author: David G. Johnston Date: Wed Sep 30 02:46:26 2020 +0000 Don't make reader view RFC for scalar json value syntax diff --git a/doc/src/sgml/json.sgml b/doc/src/sgml/json.sgml index c0a6554d4d..d727ffc669 100644 --- a/doc/src/sgml/json.sgml +++ b/doc/src/sgml/json.sgml @@ -147,22 +147,22 @@ string text \u0000 is disallowed, as are Unicode escapes - representing characters not available in the database encoding + representing characters not available in the database encoding. JSON values are double-quoted. number numeric - NaN and infinity values are disallowed + NaN and infinity values are disallowed. JSON values are unquoted. boolean boolean - Only lowercase true and false spellings are accepted + Only unquoted lowercase true and false spellings are accepted null (none) - SQL NULL is a different concept + SQL NULL is a different concept. Must be written lowercase and unquoted.