Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QuotedString ¶
type QuotedString string
func QS ¶
func QS(val string) QuotedString
func (QuotedString) MarshalJSON ¶
func (s QuotedString) MarshalJSON() ([]byte, error)
func (QuotedString) String ¶
func (s QuotedString) String() string
func (*QuotedString) UnmarshalJSON ¶
func (s *QuotedString) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.