android_mt6572_jiabo/external/snakeyaml
2025-09-05 16:56:03 +08:00
..
.mvn first commit 2025-09-05 16:56:03 +08:00
src first commit 2025-09-05 16:56:03 +08:00
.gitignore first commit 2025-09-05 16:56:03 +08:00
.hgeol first commit 2025-09-05 16:56:03 +08:00
.hgignore first commit 2025-09-05 16:56:03 +08:00
Android.mk first commit 2025-09-05 16:56:03 +08:00
ApplyAndroidPatches.mk first commit 2025-09-05 16:56:03 +08:00
CleanSpec.mk first commit 2025-09-05 16:56:03 +08:00
docker-run-jdk6.sh first commit 2025-09-05 16:56:03 +08:00
docker-run-jdk7.sh first commit 2025-09-05 16:56:03 +08:00
docker-run-jdk8.sh first commit 2025-09-05 16:56:03 +08:00
docker-run.sh first commit 2025-09-05 16:56:03 +08:00
LICENSE.txt first commit 2025-09-05 16:56:03 +08:00
MODULE_LICENSE_APACHE2 first commit 2025-09-05 16:56:03 +08:00
mvnw first commit 2025-09-05 16:56:03 +08:00
mvnw.bat first commit 2025-09-05 16:56:03 +08:00
NOTICE first commit 2025-09-05 16:56:03 +08:00
patch-android-src first commit 2025-09-05 16:56:03 +08:00
pom.xml first commit 2025-09-05 16:56:03 +08:00
pom.yaml first commit 2025-09-05 16:56:03 +08:00
README.md first commit 2025-09-05 16:56:03 +08:00
README.version first commit 2025-09-05 16:56:03 +08:00

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