• Home
Name Date Size #Lines LOC

..--

.mvn/03-May-2024-109

src/03-May-2024-56,03436,986

.gitignoreD03-May-202448 105

.hgeolD03-May-2024123 98

Android.mkD03-May-20242.3 KiB5724

ApplyAndroidPatches.mkD03-May-20241.5 KiB408

CleanSpec.mkD03-May-20242.5 KiB550

LICENSE.txtD03-May-20249.9 KiB177150

MODULE_LICENSE_APACHE2D03-May-20240

NOTICED03-May-20249.9 KiB177150

OWNERSD03-May-202454 32

README.mdD03-May-20241.2 KiB2418

README.versionD03-May-2024104 54

docker-run-jdk6.shD03-May-202439 41

docker-run-jdk7.shD03-May-202440 51

docker-run-jdk8.shD03-May-202440 51

docker-run.shD03-May-2024438 1713

mvnwD03-May-20246.9 KiB235137

mvnw.batD03-May-20245.7 KiB178138

patch-android-srcD03-May-20242.8 KiB9252

pom.xmlD03-May-202427.4 KiB638621

pom.yamlD03-May-202411.7 KiB361357

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