formatting...
1 file changed
tree: b1431b5bfcc48cf4017dc7749658cb9d1c7d5eed
  1. .mvn/
  2. src/
  3. .gitignore
  4. .hgeol
  5. .hgignore
  6. docker-run-jdk6.sh
  7. docker-run-jdk7.sh
  8. docker-run-jdk8.sh
  9. docker-run.sh
  10. LICENSE.txt
  11. mvnw
  12. mvnw.bat
  13. pom.xml
  14. pom.yaml
  15. 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