Man page - data-viewer(1)

Packages contains this manual

Manual

DATA-VIEWER

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
-json
-yaml
BUGS
SEE ALSO
POD ERRORS

NAME

data_viewer - Open a data viewer widget for you JSON or YAML data

SYNOPSIS

# view json file
data_viewer file.json
# viewn yaml file
data_viewer file.yml
# pipe json data
data_viewer -json < file.json
# pipe yaml data
data_viewer -yaml < file.yml

DESCRIPTION

This command opens a Tk::ObjScanner widget for the data stored in YAML or JSON file.

This command can be applied on a file passed as argument or data can be piped to "data_viewer". Yaml file suffix can be "yaml" or "yml".

OPTIONS

-json

Parse the data as JSON.

-yaml

Parse the data as YAML.

BUGS

YAML anchor and aliases are ignored. Data is seen as duplicated in the widget.

JSON object are showed as "HASH", which is Perl terminology.

SEE ALSO

Tk::ObjScanner

POD ERRORS

Hey! The above document had some coding errors, which are explained below:
Around line 120:

=cut found outside a pod block. Skipping to next block.