New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

pl.droidsonroids.yaml:snakeyaml

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pl.droidsonroids.yaml:snakeyaml

YAML 1.1 parser and emitter for Java, fork of https://bitbucket.org/asomov/snakeyaml with FIELD bean access suitable for Android

1.18.2
Version published
Maintainers
6

Notice

See new repository. This repo is no longer updated.

Overview

This is a fork of snakeyaml with BEAN field access.

Original README:

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 processor for the Java Virtual Machine.

SnakeYAML features

  • a complete YAML 1.1 processor. 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

FAQs

Package last updated on 21 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts