aosp12/external/snakeyaml
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
.mvn init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
src init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.gitignore init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.hgeol init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.hgignore init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CleanSpec.mk init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
LICENSE.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
METADATA init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
MODULE_LICENSE_APACHE2 init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
NOTICE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.version init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
docker-run-jdk6.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
docker-run-jdk7.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
docker-run-jdk8.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
docker-run.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
mvnw init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
mvnw.bat init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
patch-android-src init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pom.xml init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pom.yaml init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

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