f>
Format used to output different text data, like rows, columns description etc.
Can be "xml", "json", "yaml", "html", "htmltable" or "native" for now, defaults
to "native".
Note a special case of
anipulation methods
=over
=item load
Parses input data in configured string format (e.g. YAML, JSON or XML) and
returns perl structure (hashref or arrayref).
Input: $string_data.
Output: $parsed_d
s) > 0;
};
}
=item dump
Convert perl structure into string of configured format (e.g. YAML, JSON or
XML).
Input: $data.
Output: $string.
Uses configured dumper to serialize perl structure into
&YAML::Tiny::Dump,
\&YAML::Tiny::Load,
],
json => [
'JSON/Syck.pm',
\&JSON::Syck::Dump,
\&JSON::Syck::Load,
],
);
=item init
Initialize dumper and