YamlBeans: Difference between revisions
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
Maven
<dependency> <groupId>com.esotericsoftware.yamlbeans</groupId> <artifactId>yamlbeans</artifactId> <version>1.09</version> </dependency>