Source File
any_nil.go
Belonging Package
github.com/json-iterator/go
package jsonitertype nilAny struct {baseAny}func ( *nilAny) () error {return nil}func ( *nilAny) () ValueType {return NilValue}func ( *nilAny) () Any {return}func ( *nilAny) () bool {return false}func ( *nilAny) () int {return 0}func ( *nilAny) () int32 {return 0}func ( *nilAny) () int64 {return 0}func ( *nilAny) () uint {return 0}func ( *nilAny) () uint32 {return 0}func ( *nilAny) () uint64 {return 0}func ( *nilAny) () float32 {return 0}func ( *nilAny) () float64 {return 0}func ( *nilAny) () string {return ""}func ( *nilAny) ( *Stream) {.WriteNil()}func ( *nilAny) () *Iterator {return nil}func ( *nilAny) () interface{} {return nil}
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |