# Functions

New 从 json 字符串中初始化成 item 对象.
NewByArr 根据数组初始化 json 数据.
NewByObj 根据对象初始化 json 数据.
NewByVal 根据指定普通值初始化 json 数据, 如果是数组或对象类型也会自动转化.
NewEmptyArr 初始化一个数组类型的 json 数据.
NewEmptyObj 初始化一个对象类型的 json 数据.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ErrBreakRange 停止遍历.

# Structs

Item 表示一个 JSON 数据项.
TempItem 临时暂存 Item 对象.

# Type aliases

JsonType json 属性值类型.