tree: 7751ee37071fa82a6a61a9cd1e651fa28351df3c [path history] [tgz]
  1. docker/
  2. src/
  3. .gitignore
  4. .hgeol
  5. .hgignore
  6. LICENSE.txt
  7. pom.xml
  8. 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.

Info

Contribute