Documentation
¶
Overview ¶
Package parser provides functions to parse various structured data formats into an internal Go representation that can later be reformatted by the formatter package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Filter ¶ added in v0.4.1
Filter takes structured data and returns just the portion of it that matches the provided path using dot notation. e.g. data.header.1
func Names ¶ added in v0.4.1
func Names() []string
Names returns a sorted list of valid options for the "format" parameter of Parse
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.