clojure.json.data should handle non breaking whitespace

Description

clojure.json.data should work with non breaking whitespace (http://www.fileformat.info/info/unicode/char/00a0/index.htm) as all json linters do.
And the Exception text should state whats wrong

Environment

None

Attachments

1
  • 05 Jul 2016, 07:23 PM

Activity

Show:

Alex Miller November 27, 2024 at 8:43 PM

The ECMA 404 spec for JSON defines insignificant whitespace in a JSON document as ASCII characters 9, 10, 13, and 32 only (tab, line feed, carriage return, and space respectively). Non-breaking spaces are not valid characters in a JSON string.

import July 5, 2016 at 7:27 PM

Comment made by: lukas

signed the CA

Declined

Details

Assignee

Reporter

Patch

Code

Priority

Created July 5, 2016 at 7:23 PM
Updated November 27, 2024 at 8:43 PM
Resolved November 27, 2024 at 8:43 PM

Flag notifications