Rename pom.yml to pom.yaml
2 files changed
tree: c407a03a0e97df5d9d5f06cd44e62cf19fc44e4b
  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.yaml
  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