Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.mvn/ | H | 25-Apr-2025 | - | 10 | 9 | |
src/ | H | 25-Apr-2025 | - | 69,197 | 47,181 | |
.gitignore | H A D | 25-Apr-2025 | 48 | 10 | 5 | |
.hgeol | H A D | 25-Apr-2025 | 123 | 9 | 8 | |
Android.bp | H A D | 25-Apr-2025 | 3.6 KiB | 109 | 100 | |
CleanSpec.mk | H A D | 25-Apr-2025 | 2.5 KiB | 55 | 0 | |
LICENSE | H A D | 25-Apr-2025 | 9.9 KiB | 177 | 150 | |
LICENSE.txt | H A D | 25-Apr-2025 | 9.9 KiB | 177 | 150 | |
METADATA | H A D | 25-Apr-2025 | 376 | 20 | 19 | |
MODULE_LICENSE_APACHE2 | HD | 25-Apr-2025 | 0 | |||
OWNERS | H A D | 25-Apr-2025 | 39 | 2 | 1 | |
README.md | H A D | 25-Apr-2025 | 1.8 KiB | 31 | 23 | |
docker-run-jdk11.sh | H A D | 25-Apr-2025 | 73 | 3 | 1 | |
docker-run-jdk17.sh | H A D | 25-Apr-2025 | 80 | 3 | 1 | |
docker-run-jdk8.sh | H A D | 25-Apr-2025 | 78 | 3 | 1 | |
mvnw | H A D | 25-Apr-2025 | 10 KiB | 317 | 219 | |
patch-android-src | H A D | 25-Apr-2025 | 2.7 KiB | 91 | 51 | |
pom.xml | H A D | 25-Apr-2025 | 37.7 KiB | 826 | 810 | |
run-in-docker.sh | H A D | 25-Apr-2025 | 345 | 11 | 8 |
README.md
1***The art of simplicity is a puzzle of complexity.*** 2 3## Overview ## 4[YAML](http://yaml.org) is a data serialization format designed for human readability and interaction with scripting languages. 5 6SnakeYAML is a YAML 1.1 processor for the Java Virtual Machine version 7. 7For YAML 1.2 (which is a superset of JSON) you may have a look at [SnakeYAML Engine](https://bitbucket.org/snakeyaml/snakeyaml-engine) 8 9## SnakeYAML features ## 10 11* a **complete** [YAML 1.1 processor](http://yaml.org/spec/1.1/current.html). (If you need YAML **1.2** support have a look [here](https://bitbucket.org/snakeyaml/snakeyaml-engine)). In particular, SnakeYAML can parse all examples from the specification. 12* Unicode support including UTF-8/UTF-16 input/output. 13* high-level API for serializing and deserializing native Java objects. 14* support for all types from the [YAML types repository](http://yaml.org/type/index.html). 15* relatively sensible error messages. 16* when you plan to feed the parser with untrusted data please study the settings which allow to restrict incoming data. 17 18 19## Info ## 20 * [Changes](https://bitbucket.org/snakeyaml/snakeyaml/wiki/Changes) 21 * [Documentation](https://bitbucket.org/snakeyaml/snakeyaml/wiki/Documentation) 22 * [CVE and untrusted data](https://bitbucket.org/snakeyaml/snakeyaml/wiki/CVE%20&%20NIST.md) 23 24## Contribute ## 25* GIT [is now used](https://bitbucket.org/snakeyaml/snakeyaml/wiki/Migration%20to%20Git) to dance with the [source code](https://bitbucket.org/snakeyaml/snakeyaml/src). 26* If you find a bug in SnakeYAML, please [file a bug report](https://bitbucket.org/snakeyaml/snakeyaml/issues?status=new&status=open). 27* You may discuss SnakeYAML at 28[the mailing list](http://groups.google.com/group/snakeyaml-core). 29* Telegram group is removed because of the spam 30* [YAML community](https://matrix.to/#/%23chat:yaml.io) 31