-
Notifications
You must be signed in to change notification settings - Fork 1k
Pull requests: json-iterator/go
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix wrong behavior in marshalling invalid UTF-8 byte with EscapeHTML=false
#664
opened Mar 9, 2023 by
kz-sher
Loading…
Update all fmt.Errorf occurrences with errors.New using either fmt.Sprintf or strings.Join
#454
opened Apr 9, 2020 by
jarri-abidi
Loading…
fix(processTags): remove extra qoutes that added to slice and map type
#407
opened Sep 24, 2019 by
m-amr
Loading…
Uses
strings.Builder
instead of []byte in iter.ReadString
#526
opened Jan 12, 2021 by
cyriltovena
Loading…
added fuzzy decoding for booleans, added ability to decode numeric keyed objects as arrays with fizzy decoder
#500
opened Oct 13, 2020 by
masterada
Loading…
Adding support for config omitEmpty which can be used instead of setting omitEmpty on individual fields
#445
opened Feb 19, 2020 by
k-anshul
Loading…
Add a config option to allow erroring out on invalid
RawMessage
s
#584
opened Nov 7, 2021 by
misberner
Loading…
fix: data race in dynamicMapKeyEncoder/dynamicMapKeyDecoder
#666
opened Mar 10, 2023 by
Abioy
Loading…
Remove dependency on github.com/modern-go/concurrent, sync.Map is in go 1.12
#648
opened Nov 19, 2022 by
bogdandrutu
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.