SnakeYaml won't parse keys that start with upper case letters

Issue #558 invalid
Jordan Fydanakis created an issue

When parsing a simple yaml file, that has keys that start with an uppercase letter instead of lower case, the returned map is always null for the aforementioned key.

Switching it to lower case makes it so it is being parsed.

What's happening there? Couldn't find any documentation on it, in order to by pass this restriction.

Comments (2)

  1. Log in to comment