spyoungtech / json-five

Python JSON5 parser with round-trip preservation of comments
Apache License 2.0
27 stars 3 forks source link

Uppercase X for hexadecimal digits fails. #11

Closed spyoungtech closed 4 years ago

spyoungtech commented 4 years ago

Per spec:

Hexadecimal numbers contain the literal characters 0x or 0X

Currently we only support lowercase variant.