Re: [sqlite] json arrays

2016-05-30 Thread Simon Slavin
On 31 May 2016, at 12:49am, Scott Doctor wrote: > Should numbers in a json array have quotes around the numbers? If you want an answer strictly about JSON, no quotes. This is a number: 12.34 and this is a string: "12.34" . I don't know whether SQLite implements this correctly but I'd assu

[sqlite] json arrays

2016-05-30 Thread Scott Doctor
Regarding json format, assume a list of numbers as a json array. Should numbers in a json array have quotes around the numbers? For example: {"result":["1.23","2.34","3.45"]} or {"result":[1.23,2.34,3.45]} -- Scott Doctor sc...@scottdoctor.com -- _