android13/external/snakeyaml
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
.mvn initial 2024-06-22 20:45:49 +08:00
src initial 2024-06-22 20:45:49 +08:00
.hgeol initial 2024-06-22 20:45:49 +08:00
.hgignore initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
CleanSpec.mk initial 2024-06-22 20:45:49 +08:00
LICENSE.txt initial 2024-06-22 20:45:49 +08:00
METADATA initial 2024-06-22 20:45:49 +08:00
MODULE_LICENSE_APACHE2 initial 2024-06-22 20:45:49 +08:00
NOTICE initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
README.version initial 2024-06-22 20:45:49 +08:00
docker-run-jdk6.sh initial 2024-06-22 20:45:49 +08:00
docker-run-jdk7.sh initial 2024-06-22 20:45:49 +08:00
docker-run-jdk8.sh initial 2024-06-22 20:45:49 +08:00
docker-run.sh initial 2024-06-22 20:45:49 +08:00
mvnw initial 2024-06-22 20:45:49 +08:00
mvnw.bat initial 2024-06-22 20:45:49 +08:00
patch-android-src initial 2024-06-22 20:45:49 +08:00
pom.xml initial 2024-06-22 20:45:49 +08:00
pom.yaml initial 2024-06-22 20:45:49 +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