You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
.mvn v811_spc009_project 4 months ago
src v811_spc009_project 4 months ago
.hgeol v811_spc009_project 4 months ago
.hgignore v811_spc009_project 4 months ago
Android.bp v811_spc009_project 4 months ago
CleanSpec.mk v811_spc009_project 4 months ago
LICENSE.txt v811_spc009_project 4 months ago
METADATA v811_spc009_project 4 months ago
MODULE_LICENSE_APACHE2 v811_spc009_project 4 months ago
NOTICE v811_spc009_project 4 months ago
OWNERS v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
README.version v811_spc009_project 4 months ago
docker-run-jdk6.sh v811_spc009_project 4 months ago
docker-run-jdk7.sh v811_spc009_project 4 months ago
docker-run-jdk8.sh v811_spc009_project 4 months ago
docker-run.sh v811_spc009_project 4 months ago
mvnw v811_spc009_project 4 months ago
mvnw.bat v811_spc009_project 4 months ago
patch-android-src v811_spc009_project 4 months ago
pom.xml v811_spc009_project 4 months ago
pom.yaml v811_spc009_project 4 months ago

README.md

The art of simplicity is a puzzle of complexity.

Overview

YAML is a data serialization format designed for human readability and interaction with scripting languages.

SnakeYAML is a YAML processor for the Java Virtual Machine.

SnakeYAML features

  • a complete YAML 1.1 processor. In particular, SnakeYAML can parse all examples from the specification.
  • Unicode support including UTF-8/UTF-16 input/output.
  • high-level API for serializing and deserializing native Java objects.
  • support for all types from the YAML types repository.
  • relatively sensible error messages.

Info

Contribute