From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Data::Dumper::OneLine - Dumps data as one line string

SYNOPSIS

Dumper(
{
foo => {
bar => {},
},
}
);
#=> {foo => {bar => {}}}

LICENSE

Copyright (C) Hiroki Honda.

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

AUTHOR

Hiroki Honda <cside.story@gmail.com>