Document: draft-crockford-jsonorg-json-03.txt Reviewer: Scott W Brim [sbrim@cisco.com] Review Date: Monday 2/27/2006 9:39 AM CST IESG Telechat Date: Thursday, 02 March 2006 Summary: I just have two small questions, perhaps silly. (1) Apparently all JSON texts are preceded with whitespace. True? JSON-text = object / array begin-array = ws %x5B ws ; [ left square bracket begin-object = ws %x7B ws ; { left curly bracket (2) "A number contains an integer component which may be prefixed with an optional minus sign" Is an optional plus sign allowed?