[sqlite] Form-Feed (0x0C) is not a space character in JSON

2015-10-16 Thread Graham Holden
n Nijtmans <jan.nijtm...@gmail.com> Date: 16/10/2015 14:33 (GMT+00:00) To: General Discussion of SQLite Database Subject: [sqlite] Form-Feed (0x0C) is not a space character in JSON Hi all, Just noted in the jsonIsSpace[] array: According to RFC 7159, JSON only has 5 whitespace char

[sqlite] Form-Feed (0x0C) is not a space character in JSON

2015-10-16 Thread Jan Nijtmans
Hi all, Just noted in the jsonIsSpace[] array: According to RFC 7159, JSON only has 5 whitespace characters, FF (0x0C) is not among them: ws = *( %x20 / ; Space %x09 / ; Horizontal tab %x0A / ; Line

[sqlite] Form-Feed (0x0C) is not a space character in JSON

2015-10-16 Thread Richard Hipp
On 10/16/15, Scott Doctor wrote: > > Form feeds are ... Often inserted for pagination and > ignored by compilers or treated the same as a space character. > Yeah. Which is why I originally included them in the whitespace definition for json1. But RFC7159 has other ideas. We'll conform to

[sqlite] Form-Feed (0x0C) is not a space character in JSON

2015-10-16 Thread Scott Doctor
he 5 wrong (or am I missing something)? > > Graham > > Sent from Samsung Mobile > > Original message > From: Jan Nijtmans > Date: 16/10/2015 14:33 (GMT+00:00) > To: General Discussion of SQLite Database mailinglists.sqlite.org> > Subject: [sqlit