Sponsor:

Your company here, and a link to your site. Click to find out more.

data-viewer - Man Page

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

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.

Info

2024-01-25 perl v5.38.2 User Contributed Perl Documentation