pointer

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Person

type Person struct {
	Name string `json:"name"`
	Age  int    `json:"age"`

	Father *Person `json:"father" required:"false"`
	Mother *Person `json:"mother" required:"false"`
}

Person :

func (*Person) FormatCheck

func (x *Person) FormatCheck() error

FormatCheck : (generated from github.com/podhmo/strangejson/examples/pointer02.Person)

func (*Person) UnmarshalJSON

func (x *Person) UnmarshalJSON(b []byte) error

UnmarshalJSON : (generated from github.com/podhmo/strangejson/examples/pointer02.Person)

Jump to

Keyboard shortcuts

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