sirius

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2020 License: MIT Imports: 6 Imported by: 1

README

sirius

Json faster file decoder

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SJson

type SJson struct {
	Buf []byte
	// contains filtered or unexported fields
}

SJson doc ...

func Open

func Open(name string) (*SJson, error)

Open doc ...

func (SJson) Get

func (g SJson) Get(key string) interface{}

Get doc ..

func (SJson) GetArrayMaps

func (g SJson) GetArrayMaps(key string) []map[string]interface{}

GetArrayMaps doc ..

func (SJson) GetBool

func (g SJson) GetBool(key string) bool

GetBool doc ..

func (SJson) GetFloat64

func (g SJson) GetFloat64(key string) float64

GetFloat64 doc ..

func (SJson) GetInt

func (g SJson) GetInt(key string) int

GetInt doc ..

func (SJson) GetInt64

func (g SJson) GetInt64(key string) int64

GetInt64 doc ..

func (SJson) GetString

func (g SJson) GetString(key string) string

GetString doc ..

Jump to

Keyboard shortcuts

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