data

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2019 License: MIT Imports: 6 Imported by: 0

README

data

godoc coverage

data AFAIRE

Documentation

Overview

Package data AFAIRE

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Value

type Value struct {
	// contains filtered or unexported fields
}

Value AFAIRE

func FromJSON

func FromJSON(data []byte) (*Value, error)

FromJSON AFAIRE

func (*Value) Get

func (v *Value) Get(keys ...string) (*Value, error)

Get AFAIRE

func (*Value) GetArray

func (v *Value) GetArray(keys ...string) ([]*Value, error)

GetArray AFAIRE

func (*Value) GetBool

func (v *Value) GetBool(keys ...string) (bool, error)

GetBool AFAIRE

func (*Value) GetBoolWD

func (v *Value) GetBoolWD(d bool, keys ...string) (bool, error)

GetBoolWD AFAIRE

func (*Value) GetInt

func (v *Value) GetInt(keys ...string) (int, error)

GetInt AFAIRE

func (*Value) GetIntWD

func (v *Value) GetIntWD(d int, keys ...string) (int, error)

GetIntWD AFAIRE

func (*Value) GetString

func (v *Value) GetString(keys ...string) (string, error)

GetString AFAIRE

func (*Value) GetStringWD

func (v *Value) GetStringWD(d string, keys ...string) (string, error)

GetStringWD AFAIRE

Jump to

Keyboard shortcuts

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