Documentation ¶
Index ¶
Constants ¶
View Source
const ( NotExist = ValueType(iota) String Number Object Array Boolean Null Unknown )
Variables ¶
This section is empty.
Functions ¶
func ObjectEach ¶
func ObjectEach(data []byte, callback func(key []byte, value []byte, dataType ValueType, offset int) error) (err error)
Export this function from the JSONParser library. The reason for this is to allow zero-allocation object traversal. However, this is the only function requested and no need for a strict dependency. See License for more information.
Types ¶
Click to show internal directories.
Click to hide internal directories.