Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
.hgeol | 22-Oct-2020 | 123 | |
.hgignore | 22-Oct-2020 | 122 | |
.mvn/ | 22-Oct-2020 | ||
Android.bp | 22-Oct-2020 | 2.2K | |
CleanSpec.mk | 22-Oct-2020 | 2.5K | |
docker-run-jdk6.sh | 22-Oct-2020 | 39 | |
docker-run-jdk7.sh | 22-Oct-2020 | 40 | |
docker-run-jdk8.sh | 22-Oct-2020 | 40 | |
docker-run.sh | 22-Oct-2020 | 438 | |
LICENSE.txt | 22-Oct-2020 | 9.9K | |
MODULE_LICENSE_APACHE2 | 22-Oct-2020 | 0 | |
mvnw | 22-Oct-2020 | 6.9K | |
mvnw.bat | 22-Oct-2020 | 5.7K | |
NOTICE | 22-Oct-2020 | 9.9K | |
OWNERS | 22-Oct-2020 | 54 | |
patch-android-src | 22-Oct-2020 | 2.7K | |
pom.xml | 22-Oct-2020 | 27.4K | |
pom.yaml | 22-Oct-2020 | 11.7K | |
README.md | 22-Oct-2020 | 1.2K | |
README.version | 22-Oct-2020 | 104 | |
src/ | 22-Oct-2020 |
1 ***The art of simplicity is a puzzle of complexity.*** 2 3 ## Overview ## 4 [YAML](http://yaml.org) is a data serialization format designed for human readability and interaction with scripting languages. 5 6 SnakeYAML is a YAML processor for the Java Virtual Machine. 7 8 ## SnakeYAML features ## 9 10 * a **complete** [YAML 1.1 processor](http://yaml.org/spec/1.1/current.html). In particular, SnakeYAML can parse all examples from the specification. 11 * Unicode support including UTF-8/UTF-16 input/output. 12 * high-level API for serializing and deserializing native Java objects. 13 * support for all types from the [YAML types repository](http://yaml.org/type/index.html). 14 * relatively sensible error messages. 15 16 ## Info ## 17 * [Changes](https://bitbucket.org/asomov/snakeyaml/wiki/Changes) 18 * [Documentation](https://bitbucket.org/asomov/snakeyaml/wiki/Documentation) 19 20 ## Contribute ## 21 * Mercurial DVCS is used to dance with the [source code](https://bitbucket.org/asomov/snakeyaml/src). 22 * If you find a bug in SnakeYAML, please [file a bug report](https://bitbucket.org/asomov/snakeyaml/issues?status=new&status=open). 23 * You may discuss SnakeYAML at 24 [the mailing list](http://groups.google.com/group/snakeyaml-core).