Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader implements the readers.Reader interface for JSON format
func NewReader ¶
func NewReader(options *readers.ReaderOptions) *Reader
NewReader creates a new JSON reader with the given options
func (*Reader) ReadDatabase ¶
ReadDatabase reads and parses JSON input, returning a Database model
func (*Reader) ReadSchema ¶
ReadSchema reads and parses JSON input, returning a Schema model
Click to show internal directories.
Click to hide internal directories.