Skip to content

Tags: getwindow/json-framework

Tags

5.0.0

Toggle 5.0.0's commit message
More release notes for v5

v5.0.0

Toggle v5.0.0's commit message
More release notes for v5

v4.0.5

Toggle v4.0.5's commit message
NEWS entry for 4.0.5 release

v4.0.4

Toggle v4.0.4's commit message
Reject invalid UTF-8 byte sequences & unicode code points

Gosh! That was a merry chase. There's a bit of duplication here, but in the spirit of "first make it work..." I'm happy with it. It addresses:

- flat-out illegal byte values
- missing continuation bytes
- unexpected continuation bytes
- overlong encodings
- invalid code points

c.f. https://en.wikipedia.org/wiki/UTF-8

I wish to thank Nicolas Seriot for reporting SBJson#219 which led to this learning opportunity. After 9 years of calling itself a "strict" JSON parser SBJson finally does UTF-8 validation 😂

v4.0.3

Toggle v4.0.3's commit message
Merge pull request SBJson#216 from hotbott/master

Add dynamic framework target (Carthage)

v4.0.2

Toggle v4.0.2's commit message
Update version to 4.0.2

v2.2.3

Toggle v2.2.3's commit message
This version is DEPRECATED. Please upgrade to the latest major versio…

…n. This tag is only created for the benefit of CocoaPods.

v4.0.1

Toggle v4.0.1's commit message
Update NEWS and update versions for 4.0.1

v4.0.0

Toggle v4.0.0's commit message
Version 4.0.0

v4.0.0-rc1

Toggle v4.0.0-rc1's commit message
Bump version numbers and added NEWS entry