jsontypes

package
v0.0.0-...-683b059 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2022 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Overview

Package jsontypes provides the alias types of int64,uint64,uint32 and the json parsers for these types, because json doesn't support these types off the shelf.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Int64

type Int64 int64

Int64 is an alias of int64

func (*Int64) UnmarshalJSON

func (n *Int64) UnmarshalJSON(b []byte) error

UnmarshalJSON Int64 implementation.

type Uint32

type Uint32 uint32

Uint32 is an alias of uint32

func (*Uint32) UnmarshalJSON

func (n *Uint32) UnmarshalJSON(b []byte) error

UnmarshalJSON Uint32 implementation.

type Uint64

type Uint64 uint64

Uint64 is an alias of uint64

func (*Uint64) UnmarshalJSON

func (n *Uint64) UnmarshalJSON(b []byte) error

UnmarshalJSON Uint64 implementation.

Jump to

Keyboard shortcuts

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