xjson

package
v1.12.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2020 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MSDuration added in v1.11.0

type MSDuration time.Duration

MSDuration is a time.MSDuration that marshals to millisecond precision. While is looses precision, most javascript applications expect durations to be in milliseconds.

func (MSDuration) MarshalJSON added in v1.11.0

func (d MSDuration) MarshalJSON() ([]byte, error)

MarshalJSON marshals the duration to millisecond precision.

func (MSDuration) String added in v1.11.0

func (d MSDuration) String() string

func (*MSDuration) UnmarshalJSON added in v1.11.0

func (d *MSDuration) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals a millisecond-precision integer to a time.Duration.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL