FlexBuffersSwift icon indicating copy to clipboard operation
FlexBuffersSwift copied to clipboard

Support for JSON hex notation of UTF32 characters

Open mzaks opened this issue 6 years ago • 0 comments

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

mzaks avatar Aug 18 '17 13:08 mzaks