Ballerina Central will undergo scheduled maintenance on Wednesday, August 06, from 00:30 AM to 01:30 AM UTC. During this time, Ballerina Central login and sign up will be temporarily disabled. We appreciate your patience as we work to improve your experience. For more information, reach out to contact@ballerina.io

ballerina/yaml Ballerina library

0.8.0

Overview

This module provides APIs to convert a YAML configuration file to json, and vice-versa.

Since the parser is following LL(1) grammar, it follows a non-recursive predictive parsing algorithm which operates in a linear time complexity.

For information on the operations, which you can perform with the yaml module, see the below Functions.

Import

import ballerina/yaml;Copy

Other versions

See more...

Metadata

Released date: 5 months ago

Version: 0.8.0

License: Apache-2.0


Compatibility

Platform: any

Ballerina version: 2201.12.0

GraalVM compatible: Yes


Pull count

Total: 2777

Current verison: 221


Weekly downloads


Source repository


Keywords

yaml


Contributors