Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karupanerura/toml-dumper


https://github.com/karupanerura/toml-dumper

perl toml

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# NAME

TOML::Dumper - It's new $module

# SYNOPSIS

use TOML::Dumper;

my $out = TOML::Dumper->new->dump({ my => { data => [is => 'here'] } });
# $out =>
# [my]
# data = ["is", "here"]

# DESCRIPTION

TOML::Dumper is ...

# LICENSE

Copyright (C) karupanerura.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

# AUTHOR

karupanerura