- Notifications
You must be signed in to change notification settings - Fork 1k
Pull requests: json-iterator/go
Author
Label
Projects
Milestones
Reviews
Assignee
Assigned to nobody Loading
Sort
Pull requests list
Make RawMessage be an alias to json.RawMessage so it's identical.
#708 openedJan 31, 2025 by scr-oath Loading…
Prevent panic on self-referencing structs/map/slices during Marshal
#705 openedDec 31, 2024 by tsuperis3112 Loading…
Only use the tolerateEmptyArrayExtension if no custom unmarshaller is used
#702 openedMay 27, 2024 by paul-conneqtech Loading…
chore: use stdbuf.String() instead of string(stdbuf.Bytes())
#687 openedOct 24, 2023 by testwill Loading…
allocate a 512 byte buffer if none exists during Iterator.Reset()
#669 openedMar 22, 2023 by Fusl Loading…
Fix wrong behavior in marshalling invalid UTF-8 byte with EscapeHTML=false
#664 openedMar 9, 2023 by kz-sher Loading…
Fix
,string
option applying to non applicable value / types#660 openedFeb 23, 2023 by ngicks Loading…
Fix #657 incorrect encoding of embedded-recursive types and overlapping tags
#659 openedFeb 18, 2023 by ngicks Loading…
Remove dependency on .com/modern-go/concurrent, sync.Map is in go 1.12
#648 openedNov 19, 2022 by bogdandrutu Loading…
make it return 0 when fuzzy decoding empty string to float32/float64
#636 openedSep 16, 2022 by acyumi Loading…
Clean up zero for float encoder and make compatible with std
#629 openedAug 12, 2022 by hanfezh Loading…
Unmarshalling float with lots of digits can cause >= 2 allocations per number
#601 openedFeb 14, 2022 by philpearl Loading…
Previous Next
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.