You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
YamlConfig yamlConfig = new YamlConfig();
YamlReader yamlReader = new YamlReader(yaml, yamlConfig);
I checked this YAML in different online parsers and according to them this YAML is incorrect. You can also see that the indentation is not right on the third row.
When I print out the parsed object I get the following:
{main={some key=any text here}}
The text was updated successfully, but these errors were encountered:
Hi,
I'm parsing the following YAML:
using the code below:
I checked this YAML in different online parsers and according to them this YAML is incorrect. You can also see that the indentation is not right on the third row.
When I print out the parsed object I get the following:
{main={some key=any text here}}
The text was updated successfully, but these errors were encountered: