Merged in jasonvanzyl/snakeyaml (pull request #3)

Add support for Polyglot Maven using the YAML dialect
tree: 9f4ee1d14504fea3ff48aab23d461c67d87e2daa
  1. .mvn/
  2. docker/
  3. src/
  4. .gitignore
  5. .hgeol
  6. .hgignore
  7. LICENSE.txt
  8. mvnw
  9. mvnw.bat
  10. pom.xml
  11. pom.yml
  12. 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