issues
search
goccy
/
go-json
Fast JSON encoder/decoder compatible with encoding/json for Go
MIT License
3.11k
stars
148
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
map nil panic
#527
everpan
opened
3 days ago
0
Marshalling exception "slice bounds out of range"
#526
fedulovivan
opened
2 weeks ago
0
Library fails to unmarshal: cannot unmarshal main.SomeInterface into Go value of type main.SomeInterface
#525
orangeswim
opened
1 month ago
2
Fix encode []*time.Time - check nil
#524
mirecl
closed
1 week ago
5
[]*time.Time | panic: value method time.Time.MarshalJSON called using nil *Time pointer
#523
mirecl
opened
1 month ago
0
Panic with .so files
#522
ruauka
opened
1 month ago
0
Want a custom tag name instead of "json"
#521
lennon-guan
opened
2 months ago
0
decoder.InputOffset() reports wrong result when having nested quotes
#520
AsafMah
opened
2 months ago
0
Panic in Go Application When Marshaling Structs
#519
aleksei-u
opened
3 months ago
0
Decoder doesn't display a type mismatch
#518
pdebakker-auguria
opened
3 months ago
0
Update README.md
#517
piengeng
closed
3 months ago
1
High Mem & GC when compiling large cyclic data structure
#516
kaijietti
opened
4 months ago
0
【Bug】Error encountered during Benckmark testing
#515
Fgaoxing
closed
4 months ago
0
Possibility to turn off *all* escaping?
#514
karalabe
opened
4 months ago
0
Multi-level embedded self-references will cause panic
#513
ystyle
opened
5 months ago
0
[Bug] Panic while Marshal embedded struct / Different result with std json
#512
ns-kliu
opened
6 months ago
0
Json fileds type validation
#511
egor-ponomarev
opened
6 months ago
0
[Bug] segmentation violation on nested structs with pointers
#510
ryan-ju
opened
6 months ago
2
Valid too slow than std json
#509
forsaken628
opened
6 months ago
0
Updating libraries in a package with benchmarks to eliminate panic on go versions 1.18 and higher
#508
sanekkurt
opened
6 months ago
1
[BUG] runtime error: slice bounds out of range [23:21] while escaping
#507
alexey-slivkin
opened
6 months ago
0
does not build with Go HEAD
#506
ianlancetaylor
opened
6 months ago
8
Fix custom map marshaling
#505
viewsharp
closed
6 months ago
1
[BUG] Fatal error: invalid pointer found on stack
#504
viewsharp
closed
6 months ago
0
BUG: Empty encode result in case of zero first byte in child struct as pointer with omitempty tag
#503
JekaNS
opened
8 months ago
1
Ability to specify date/time format
#502
lafriks
opened
8 months ago
0
High CPU usage when decode json string contains numerous '\'
#501
igotcha
opened
8 months ago
2
Reset runtime context options before releasing it back into pool
#500
lovromazgon
opened
8 months ago
10
Runtime context is not reset before released to the pool
#499
lovromazgon
opened
8 months ago
0
Use io package instead of ioutil package
#498
shamaton
closed
6 months ago
1
Benchmarks seem off
#497
marcsantiago
opened
9 months ago
0
Marshal fields in alphabetical order
#496
ivanjaros
opened
9 months ago
2
enconter panic when calling unmarshal()
#495
PearsonCHN
opened
9 months ago
0
json.Unmarshal is not return err
#494
datafeng
closed
10 months ago
0
Marshal/ Unmarshal issues with go-json
#493
slotix
closed
10 months ago
1
Fetch latest changes from goccy original repository
#492
GRbit
closed
10 months ago
0
Decoder seems to be orders of magnitude slower than the standard library's Decoder
#491
jgodlew
opened
11 months ago
1
Fix: Switch to lazy init() in decoder and encoder
#490
toddtreece
opened
11 months ago
4
Fix ignoring `omitempty` tag when field of custom type with pointer receiver on MarshalJSON implementation (fixes #488)
#489
GCrispino
opened
11 months ago
0
`omitempty` tag is ignored when field's type has pointer receiver in `MarshalJSON` implementation
#488
GCrispino
opened
11 months ago
0
Issue with using go-json and TinyGo due to deprecated reflect.SliceHeader
#487
hariso
opened
11 months ago
0
Invalid JSON produced when embedding structs (inline)
#486
antonsacred
opened
1 year ago
0
`http.MaxBytesReader` doesn't work properly with the `Decoder.Decode` function
#485
wbcustc
opened
1 year ago
0
Therve/reduce cache
#484
therve
closed
1 year ago
0
fix: panic on embedded struct with recursive
#483
NgoKimPhu
opened
1 year ago
1
Does UnmarshalWithOption support UseNumber.
#482
zhujunping-zjp
opened
1 year ago
0
internal/encoder/vm_indent.Run is huge
#481
swenson
opened
1 year ago
0
Different behaviour from the standard library when parsing null json.Number fields
#480
fabiocorneti
opened
1 year ago
0
fix: fix a bug for escaping 0xE2 0x80 0xA8 in compactString
#479
lizixing
closed
6 months ago
3
allow disable newline in encoder
#478
elee1766
opened
1 year ago
1
Next