Documentation
¶
Overview ¶
Package json provides JSON serialization utilities for numeric types.
Index ¶
Constants ¶
View Source
const Null = "null"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Float64 ¶
type Float64 float64
Float64 is a float64 that can be JSON marshaled as a string.
func (Float64) MarshalJSON ¶
func (*Float64) UnmarshalJSON ¶
type Uint32 ¶
type Uint32 uint32
Uint32 is a uint32 that can be JSON marshaled as a string.
func (Uint32) MarshalJSON ¶
func (*Uint32) UnmarshalJSON ¶
type Uint64 ¶
type Uint64 uint64
Uint64 is a uint64 that can be JSON marshaled as a string.
func (Uint64) MarshalJSON ¶
func (*Uint64) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.