Skip to main content

Reformat Data type (format)

Laurence MorganLess than 1 minute

Reformat Data type (format)

Reformat one data-type into another data-type

Description

format takes a data from stdin and returns that data reformated in another specified data-type

Usage

<stdin> -> format data-type -> <stdout>

Examples

» tout json { "One": 1, "Two": 2, "Three": 3 } -> format yaml
One: 1
Three: 3
Two: 2

See Also


This document was generated from builtins/core/typemgmt/format_doc.yamlopen in new window.

Last update:
Contributors: Laurence Morgan,Laurence Morgan,Laurence