rapidyaml icon indicating copy to clipboard operation
rapidyaml copied to clipboard

Cannot deserialize underscores in numeric literals

Open ftpronk opened this issue 1 year ago • 0 comments

Trying to deserialize an int value defined as: my-int: 123_456 fails.

From what I could find online, it should theoretically be supported by some of the standards, as found here: https://yaml.org/type/int.html

ftpronk avatar Jul 05 '23 15:07 ftpronk