TOML
Parse and serialize TOML configuration data in BoxLang
Installation
install-bx-module bx-tomlbox install bx-tomlUsage
Deserialize TOML
toml = '
title = "bx-toml"
[owner]
name = "Ortus Solutions"
'
data = tomlDeserialize( toml )
writeOutput( data.title )
writeOutput( data.owner.name )
config = tomlDeserializeFile( "config/app.toml" )Serialize BoxLang data
Module Settings
Setting
Default
Description
Behavior and Limitations
Reference
Repository and Issues
Last updated
Was this helpful?
