Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
Writer implements the writers.Writer interface for JSON format
func NewWriter ¶
func NewWriter(options *writers.WriterOptions) *Writer
NewWriter creates a new JSON writer with the given options
func (*Writer) WriteDatabase ¶
WriteDatabase writes a complete database as JSON
func (*Writer) WriteSchema ¶
WriteSchema writes a schema as JSON
Click to show internal directories.
Click to hide internal directories.