nathanday / ndjson

Objective-C JSON parser
1 stars 0 forks source link

Doesn't handle the Byte order mark character EF BB BF #40

Open nathanday opened 11 years ago

nathanday commented 11 years ago

Should handle all of the Byte order mark characters better http://en.wikipedia.org/wiki/Byte_order_mark

nathanday commented 11 years ago

Can treat Byte order marks the same way we treat tokens like true, false etc. One version of the specs says that Byte order marks can appear anywhere.

nathanday commented 11 years ago

Not that important for the first release since, JSON that is anything but UTF-8 or at least 8bit chars is extremely rare.