Files
lix/src/libexpr
Nikola Knezevic 52a8f9295b Add support for \u escape in fromJSON
As fromTOML supports \u and \U escapes, bring fromJSON on par. As JSON defaults
to UTF-8 encoding (every JSON parser must support UTF-8), this change parses the
`\u hex hex hex hex` sequence (\u followed by 4 hexadecimal digits) into an
UTF-8 representation.

Add a test to verify correct parsing, using all escape sequences from json.org.
2020-01-07 00:09:58 +01:00
..
2019-12-10 22:06:05 +01:00
2019-10-28 21:40:02 +01:00
2017-11-01 21:32:30 +01:00
2018-06-12 17:49:55 +02:00
2019-12-10 22:06:05 +01:00
2019-03-14 14:10:52 +01:00
2018-10-27 00:14:51 +02:00
2019-12-10 22:06:05 +01:00
2019-12-10 22:06:05 +01:00
2019-12-10 22:06:05 +01:00
2019-03-14 14:11:12 +01:00
2019-12-15 10:44:53 +01:00
2019-12-10 22:06:05 +01:00
2019-11-28 13:52:42 +01:00