Fix issues URL
1 file changed
tree: 812af790a7dc5f8e972640521fc11b28b1e7eb27
  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