YamlBeans

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

After assembling a very simple example, it seems that it is not capable of inferring types. For example, an integer value is returned as String, unlike in snakeyaml case, which correctly identifies types.

GitHub Example

https://github.com/NovaOrdis/playground/tree/master/yaml/yamlbeans

Maven

<dependency>
    <groupId>com.esotericsoftware.yamlbeans</groupId>
    <artifactId>yamlbeans</artifactId>
    <version>1.09</version>
</dependency>