Documentation
¶
Overview ¶
Package jsonhelper contains json package helpers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultAny ¶ added in v0.3.0
DefaultAny returns the default indented JSON encoding of 'v' as string.
func DefaultStr ¶ added in v0.3.0
DefaultStr returns the default indented form of JSON string 'j'.
func IndentAny ¶ added in v0.2.0
IndentAny returns the indented JSON encoding of 'v' as string. (See json.Indent for 'prefix' and 'indent' usage.)
func IndentRW ¶ added in v0.0.2
IndentRW reads JSON data from io.Reader and writes indented data to io.Writer. (See json.Indent for 'prefix' and 'indent' usage.)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.