Documentation
¶
Index ¶
- func AcquireIterator(r io.Reader) *jsoniter.Iterator
- func AcquireStream(w io.Writer) *jsoniter.Stream
- func DecoderOf(typ reflect.Type) jsoniter.ValDecoder
- func EncoderOf(typ reflect.Type) jsoniter.ValEncoder
- func ReleaseIterator(iter *jsoniter.Iterator)
- func ReleaseStream(s *jsoniter.Stream)
- type JSONPool
- func (p *JSONPool) AcquireIterator(r io.Reader) *jsoniter.Iterator
- func (p *JSONPool) AcquireStream(w io.Writer) *jsoniter.Stream
- func (p *JSONPool) DecoderOf(typ reflect.Type) jsoniter.ValDecoder
- func (p *JSONPool) EncoderOf(typ reflect.Type) jsoniter.ValEncoder
- func (p *JSONPool) ReleaseIterator(iter *jsoniter.Iterator)
- func (p *JSONPool) ReleaseStream(s *jsoniter.Stream)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReleaseIterator ¶
func ReleaseStream ¶
Types ¶
type JSONPool ¶
type JSONPool struct {
// contains filtered or unexported fields
}
func (*JSONPool) AcquireIterator ¶
func (*JSONPool) ReleaseIterator ¶
func (*JSONPool) ReleaseStream ¶
Click to show internal directories.
Click to hide internal directories.