Skip to content

Commit

Permalink
Rework JSON parser
Browse files Browse the repository at this point in the history
  • Loading branch information
TomWright committed Oct 22, 2024
1 parent cfa37ca commit bfb0bd8
Show file tree
Hide file tree
Showing 12 changed files with 427 additions and 384 deletions.
20 changes: 0 additions & 20 deletions dencoding/json.go

This file was deleted.

174 changes: 0 additions & 174 deletions dencoding/json_decoder.go

This file was deleted.

54 changes: 0 additions & 54 deletions dencoding/json_decoder_test.go

This file was deleted.

92 changes: 0 additions & 92 deletions dencoding/json_encoder.go

This file was deleted.

36 changes: 0 additions & 36 deletions dencoding/json_encoder_test.go

This file was deleted.

4 changes: 3 additions & 1 deletion dencoding/map.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package dencoding

import "reflect"
import (
"reflect"
)

// NewMap returns a new *Map that has its values initialised.
func NewMap() *Map {
Expand Down
Loading

0 comments on commit bfb0bd8

Please sign in to comment.