consolidation / output-formatters

Apply transformations to structured data to write output in different formats.
Other
192 stars 13 forks source link

Fixes #59: UnstructuredInterface #72

Closed greg-1-anderson closed 6 years ago

greg-1-anderson commented 6 years ago

Provide a way for data structures to declare they cannot be converted to a string.

Overview

This pull request:

Summary

Previously, there was no way for a data type to prevent the string formatter from being presented as an option.