type encoding/json.decodeState
23 uses
encoding/json (current package)
decode.go#L100: var d decodeState
decode.go#L170: func (d *decodeState) unmarshal(v interface{}) error {
decode.go#L204: type decodeState struct {
decode.go#L219: func (d *decodeState) readIndex() int {
decode.go#L228: func (d *decodeState) init(data []byte) *decodeState {
decode.go#L241: func (d *decodeState) saveError(err error) {
decode.go#L248: func (d *decodeState) addErrorContext(err error) error {
decode.go#L261: func (d *decodeState) skip() {
decode.go#L276: func (d *decodeState) scanNext() {
decode.go#L288: func (d *decodeState) scanWhile(op int) {
decode.go#L312: func (d *decodeState) rescanLiteral() {
decode.go#L353: func (d *decodeState) value(v reflect.Value) error {
decode.go#L398: func (d *decodeState) valueQuoted() interface{} {
decode.go#L497: func (d *decodeState) array(v reflect.Value) error {
decode.go#L603: func (d *decodeState) object(v reflect.Value) error {
decode.go#L832: func (d *decodeState) convertNumber(s string) (interface{}, error) {
decode.go#L850: func (d *decodeState) literalStore(item []byte, v reflect.Value, fromQuoted bool) error {
decode.go#L1029: func (d *decodeState) valueInterface() (val interface{}) {
decode.go#L1046: func (d *decodeState) arrayInterface() []interface{} {
decode.go#L1072: func (d *decodeState) objectInterface() map[string]interface{} {
decode.go#L1123: func (d *decodeState) literalInterface() interface{} {
stream.go#L17: d decodeState
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |