The art of simplicity is a puzzle of complexity.
This version is a port from the original repository.
Changes made:
With this version you can use snakeyaml directly from jitpack!
Just add jitpack to repositories
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
And the dependency
dependencies {
compile 'com.github.bmoliveira:snake-yaml:v1.18-android'
}
YAML is a data serialization format designed for human readability and interaction with scripting languages.
SnakeYAML is a YAML processor for the Java Virtual Machine.