rapidyaml
rapidyaml copied to clipboard
Cannot deserialize underscores in numeric literals
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