YamlBeans: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 8: Line 8:


=Overview=
=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=
=GitHub Example=

Latest revision as of 03:10, 5 December 2016

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>