Namespaces

Classes

Base class for all list data types.

Holds an array where each element of the array is one row, and each row contains an associative array where the keys are the field names, and the values are the field data.

AssociativeList deprecated

Old name for PropertyList class.

FieldProcessor will do various alterations on field sets.

ListDataFromKeys deprecated

A structured data object may contains some elements that are actually metadata. Metadata is not included in the output of tabular data formatters (e.g. table, csv), although some of these (e.g. table) may render the metadata alongside the data. Raw data formatters (e.g. yaml, json) will render both the data and the metadata.

Create a formatter to add commas to numeric data.

Holds an array where each element of the array is one key : value pair. The keys must be unique, as is typically the case for associative arrays.

Holds an array where each element of the array is one row, and each row contains an associative array where the keys are the field names, and the values are the field data.

A RowsOfFields data structure that also contains metadata.

Represents aribtrary unstructured array data where the data to display in --list format comes from the array keys.

Represents aribtrary unstructured array data where the data to display in --list format comes from the array keys.

Interfaces

UnstructuredInterface is a marker interface that indicates that the data type is unstructured, and has no default conversion to a string.