• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.mvn/22-Nov-2023-109

src/22-Nov-2023-56,03436,986

.gitD01-Jan-19700

.gitignoreD22-Nov-202348 105

.hgeolD22-Nov-2023123 98

Android.bpD22-Nov-20232.2 KiB6558

CleanSpec.mkD22-Nov-20232.5 KiB550

LICENSE.txtD22-Nov-20239.9 KiB177150

MODULE_LICENSE_APACHE2D22-Nov-20230

NOTICED22-Nov-20239.9 KiB177150

OWNERSD22-Nov-202354 32

README.mdD22-Nov-20231.2 KiB2418

README.versionD22-Nov-2023104 54

docker-run-jdk6.shD22-Nov-202339 41

docker-run-jdk7.shD22-Nov-202340 51

docker-run-jdk8.shD22-Nov-202340 51

docker-run.shD22-Nov-2023438 1713

mvnwD22-Nov-20236.9 KiB235137

mvnw.batD22-Nov-20235.7 KiB178138

patch-android-srcD22-Nov-20232.7 KiB9151

pom.xmlD22-Nov-202327.4 KiB638621

pom.yamlD22-Nov-202311.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