type github.com/valyala/fastjson.Object
15 uses
github.com/valyala/fastjson (current package)
parser.go#L452: type Object struct {
parser.go#L457: func (o *Object) reset() {
parser.go#L463: func (o *Object) MarshalTo(dst []byte) []byte {
parser.go#L487: func (o *Object) String() string {
parser.go#L494: func (o *Object) getKV() *kv {
parser.go#L503: func (o *Object) unescapeKeys() {
parser.go#L516: func (o *Object) Len() int {
parser.go#L525: func (o *Object) Get(key string) *Value {
parser.go#L550: func (o *Object) Visit(f func(key []byte, v *Value)) {
parser.go#L569: o Object
parser.go#L731: func (v *Value) GetObject(keys ...string) *Object {
parser.go#L862: func (v *Value) Object() (*Object, error) {
update.go#L9: func (o *Object) Del(key string) {
update.go#L55: func (o *Object) Set(key string, value *Value) {
go.pact.im/x/zapjournal/tests
journalctl.go#L15: func lastJournalMessage(pid int, message string) (*fastjson.Object, error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)