Documentation
¶
Overview ¶
Package json contains implementation of format interfaces for JSON document type.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct{}
Writer offers support for JSON format.
func (*Writer) WriteFooter ¶
WriteFooter writes the JSON closing array rune to the footer.
func (*Writer) WriteHeader ¶
WriteHeader in the case of JSON writes opening array rune: "[".
Click to show internal directories.
Click to hide internal directories.