EsotericSoftware / EsotericSoftware/yamlbeans
YamlBeans does not properly handle explicit local tags
Open
- Dominant language
- Java
- Stars
- 568
- Forks
- 146
- PR merge metrics
- No merged PRs in 30d
Description
According to the [Primary Handle](http://yaml.org/spec/1.2/spec.html#id2782457) section in YAML specification 1.2, `!mypackage.MyClass` is by default the shorthand of `!`. Unfortunately, YamlBeans does not parse `!`, which can be produced by other YAML libraries like [js-yaml](https://github.com/nodeca/js-yaml).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.