Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.mvn/ | 03-May-2024 | - | 10 | 9 | ||
src/ | 03-May-2024 | - | 56,034 | 36,986 | ||
.gitignore | D | 03-May-2024 | 48 | 10 | 5 | |
.hgeol | D | 03-May-2024 | 123 | 9 | 8 | |
Android.mk | D | 03-May-2024 | 2.3 KiB | 57 | 24 | |
ApplyAndroidPatches.mk | D | 03-May-2024 | 1.5 KiB | 40 | 8 | |
CleanSpec.mk | D | 03-May-2024 | 2.5 KiB | 55 | 0 | |
LICENSE.txt | D | 03-May-2024 | 9.9 KiB | 177 | 150 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
NOTICE | D | 03-May-2024 | 9.9 KiB | 177 | 150 | |
OWNERS | D | 03-May-2024 | 54 | 3 | 2 | |
README.md | D | 03-May-2024 | 1.2 KiB | 24 | 18 | |
README.version | D | 03-May-2024 | 104 | 5 | 4 | |
docker-run-jdk6.sh | D | 03-May-2024 | 39 | 4 | 1 | |
docker-run-jdk7.sh | D | 03-May-2024 | 40 | 5 | 1 | |
docker-run-jdk8.sh | D | 03-May-2024 | 40 | 5 | 1 | |
docker-run.sh | D | 03-May-2024 | 438 | 17 | 13 | |
mvnw | D | 03-May-2024 | 6.9 KiB | 235 | 137 | |
mvnw.bat | D | 03-May-2024 | 5.7 KiB | 178 | 138 | |
patch-android-src | D | 03-May-2024 | 2.8 KiB | 92 | 52 | |
pom.xml | D | 03-May-2024 | 27.4 KiB | 638 | 621 | |
pom.yaml | D | 03-May-2024 | 11.7 KiB | 361 | 357 |
README.md
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 6SnakeYAML 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).