NameDateSize

..11-Jun-201812 KiB

.gitignore11-Jun-201848

.hgeol11-Jun-2018123

.hgignore11-Jun-2018122

.mvn/11-Jun-20184 KiB

Android.mk11-Jun-20182.3 KiB

ApplyAndroidPatches.mk11-Jun-20181.5 KiB

CleanSpec.mk11-Jun-20182.5 KiB

docker-run-jdk6.sh11-Jun-201839

docker-run-jdk7.sh11-Jun-201840

docker-run-jdk8.sh11-Jun-201840

docker-run.sh11-Jun-2018438

LICENSE.txt11-Jun-20189.9 KiB

MODULE_LICENSE_APACHE211-Jun-20180

mvnw11-Jun-20186.9 KiB

mvnw.bat11-Jun-20185.7 KiB

NOTICE11-Jun-20189.9 KiB

OWNERS11-Jun-201854

patch-android-src11-Jun-20182.8 KiB

pom.xml11-Jun-201827.4 KiB

pom.yaml11-Jun-201811.7 KiB

README.md11-Jun-20181.2 KiB

README.version11-Jun-2018104

src/11-Jun-20184 KiB

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).

README.version

1URL: https://bitbucket.org/asomov/snakeyaml
2Version: hg id 29a091e21588
3BugComponent: 99142
4Owners: iam
5