Home | History | Annotate | only in /external/snakeyaml
Up to higher level directory
NameDateSize
.gitignore05-Oct-201748
.hgeol05-Oct-2017123
.hgignore05-Oct-2017122
.mvn/05-Oct-2017
Android.mk05-Oct-20172.3K
ApplyAndroidPatches.mk05-Oct-20171.5K
CleanSpec.mk05-Oct-20172.5K
docker-run-jdk6.sh05-Oct-201739
docker-run-jdk7.sh05-Oct-201740
docker-run-jdk8.sh05-Oct-201740
docker-run.sh05-Oct-2017438
LICENSE.txt05-Oct-20179.9K
MODULE_LICENSE_APACHE205-Oct-20170
mvnw05-Oct-20176.9K
mvnw.bat05-Oct-20175.7K
NOTICE05-Oct-20179.9K
patch-android-src05-Oct-20172.8K
pom.xml05-Oct-201727.4K
pom.yaml05-Oct-201711.7K
README.md05-Oct-20171.2K
README.version05-Oct-2017104
src/05-Oct-2017

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

README.version

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