YamlBeans: Difference between revisions
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
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= | |||
<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;"> | |||
:https://github.com/NovaOrdis/playground/tree/master/yaml/yamlbeans<br> | |||
</blockquote> | |||
=Maven= | =Maven= |
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
Maven
<dependency> <groupId>com.esotericsoftware.yamlbeans</groupId> <artifactId>yamlbeans</artifactId> <version>1.09</version> </dependency>