type github.com/valyala/fastjson.Object
15 uses
github.com/valyala/fastjson (current package)
parser.go#L455: type Object struct {
parser.go#L460: func (o *Object) reset() {
parser.go#L469: func (o *Object) MarshalTo(dst []byte) []byte {
parser.go#L495: func (o *Object) String() string {
parser.go#L502: func (o *Object) getKV() *kv {
parser.go#L511: func (o *Object) unescapeKeys() {
parser.go#L524: func (o *Object) Len() int {
parser.go#L533: func (o *Object) Get(key string) *Value {
parser.go#L562: func (o *Object) Visit(f func(key []byte, v *Value)) {
parser.go#L583: o Object
parser.go#L755: func (v *Value) GetObject(keys ...string) *Object {
parser.go#L886: func (v *Value) Object() (*Object, error) {
update.go#L9: func (o *Object) Del(key string) {
update.go#L59: 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.8.4. (GOOS=linux GOARCH=amd64)