SnakeYAML Engine KMP

Welcome to the API reference documentation for SnakeYAML Engine KMP, a YAML 1.2 processor for Kotlin Multiplatform

Details

The YAML 1.2 spec is available here.

SnakeYAML Engine KMP is based on SnakeYAML Engine, so we also recommend reading SnakeYAML Engine's documentation.

How to use

For details of how to use SnakeYAML Engine KMP, view the README on GitHub.

Welcome to the API reference documentation for SnakeYAML Engine KMP, a YAML 1.2 processor for Kotlin Multiplatform

Details

The YAML 1.2 spec is available here.

SnakeYAML Engine KMP is based on SnakeYAML Engine, so we also recommend reading SnakeYAML Engine's documentation.

How to use

For details of how to use SnakeYAML Engine KMP, view the README on GitHub.

Welcome to the API reference documentation for SnakeYAML Engine KMP, a YAML 1.2 processor for Kotlin Multiplatform

Details

The YAML 1.2 spec is available here.

SnakeYAML Engine KMP is based on SnakeYAML Engine, so we also recommend reading SnakeYAML Engine's documentation.

How to use

For details of how to use SnakeYAML Engine KMP, view the README on GitHub.

Welcome to the API reference documentation for SnakeYAML Engine KMP, a YAML 1.2 processor for Kotlin Multiplatform

Details

The YAML 1.2 spec is available here.

SnakeYAML Engine KMP is based on SnakeYAML Engine, so we also recommend reading SnakeYAML Engine's documentation.

How to use

For details of how to use SnakeYAML Engine KMP, view the README on GitHub.

Packages

Link copied to clipboard
common

The main API interface to be used when integrating with SnakeYAML Engine KMP.

Link copied to clipboard
common
js
native

Low-level helper classes for parsing, emitting, and representing.

Link copied to clipboard
common

Handling YAML comments.

Link copied to clipboard
common

Common components for parsing YAML nodes.

Link copied to clipboard
common

Creating node graphs from parser events.

Link copied to clipboard
common

Instantiating objects from parsed YAML.

Link copied to clipboard
common

YAML specific constructors.

Link copied to clipboard
common

JSON specific constructors.

Link copied to clipboard
common

Serialize events to some output.

Link copied to clipboard
common

Handling Environment Variables.

Link copied to clipboard
common

Basic unit of output from parsing, or emitting.

Link copied to clipboard
common

YAML exceptions.

Link copied to clipboard
common

The nodes form the node-graph described in the YAML Specification.

Link copied to clipboard
common

Parsing (converting YAML into events).

Link copied to clipboard
common
js
native

Converts instances of objects into YAML.

Link copied to clipboard
common

Detect a type of scalar value by its content.

Link copied to clipboard
common

Read some input source and produce tokens.

Link copied to clipboard
common
js
native

Describes how tags can be constructed.¬

Link copied to clipboard
common

serializer

Link copied to clipboard
common

YAML tokens.