tree: b3033e7ab21ff347cf68875f2909376b6ec8bfad [path history] [tgz]
  1. src/
  2. .gitignore
  3. .hgeol
  4. .hgignore
  5. LICENSE.txt
  6. pom.xml
  7. README.md
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 parser and emitter for the Java Virtual Machine.

SnakeYAML features

  • a complete YAML 1.1 parser. 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.