Documentation
¶
Index ¶
- func ObjectEnd(stream *jsoniter.Stream)
- func ObjectStart(stream *jsoniter.Stream, loc *ast.Location)
- func WriteBool(stream *jsoniter.Stream, field string, val bool)
- func WriteObject[V any](stream *jsoniter.Stream, name string, obj map[string]V)
- func WriteString(stream *jsoniter.Stream, field string, val string)
- func WriteVal(stream *jsoniter.Stream, field string, val any)
- func WriteValsArray[T any](stream *jsoniter.Stream, vals []T)
- func WriteValsArrayAttr[T any](stream *jsoniter.Stream, name string, vals []T)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteValsArray ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.