FlexBuffersSwift
FlexBuffersSwift copied to clipboard
Support for JSON hex notation of UTF32 characters
JSON format deines that \u
is followed by 4 characters. This is not sufficient for UTF32 characters like emojis.
An example how it suppose to work can be found here:
https://github.com/DanToml/Jay/blob/master/Tests/JayTests/ParsingTests.swift#L512