Documentation ¶
Index ¶
- func Parse(data []byte) (ijsoner.IJsonParseRet, error)
- type Item
- func (item *Item) Array() ([]ijsoner.IJsonParseRet, error)
- func (item *Item) Bool() (bool, error)
- func (item *Item) Float64() (float64, error)
- func (item *Item) Get(key string) ijsoner.IJsonParseRet
- func (item *Item) Int() (int, error)
- func (item *Item) Int64() (int64, error)
- func (item *Item) String() (string, error)
- func (item *Item) Uint() (uint, error)
- func (item *Item) Uint64() (uint64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.