ballerina/toml Ballerina library

0.4.0

Overview

This module provides APIs to convert a TOML configuration file to map<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 toml module, see the below Functions.

Import

import ballerina/toml;Copy

Metadata

Released date: 10 months ago

Version: 0.4.0

License: Apache-2.0


Compatibility

Platform: any

Ballerina version: 2201.7.0


Pull count

Total: 125

Current verison: 1


Weekly downloads


Source repository


Keywords

toml


Contributors

Other versions

See more...