19 Jan
2016
19 Jan
'16
7:10 p.m.
"Yanick" == Yanick Champoux <yanick@babyl.dyndns.org> writes:
Yanick> On 2016-01-19 11:05 AM, John Stoffel wrote:
This should be a bug, and Dancer should just fail when this happens.
Yanick> Nah. This is happening deeper in the stack, and is simply the way YAML Yanick> is parsed by the YAML libraries. And it's not even a YAM-only thing, as Yanick> $ perl -MJSON -MData::Printer -E'p to_json from_json q!{ "a": 1, "a": 2 }!' Yanick> would bite you in the same way. This just makes me think that YAML is the wrong answer.