- Notifications
You must be signed in to change notification settings - Fork 1.1k
Pull requests: json-iterator/go
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Unmarshal convert string to int/float and convert int/float to string
#507 opened Oct 30, 2020 by guotie Loading…
added flag for marshalling nil slices to [] instead of null
#533 opened Mar 2, 2021 by wangkechun Loading…
chore: use stdbuf.String() instead of string(stdbuf.Bytes())
#687 opened Oct 24, 2023 by testwill Loading…
Iterator: add ability to unescape when reading string as slice
#538 opened Mar 17, 2021 by nurlybekovnt Loading…
all: remove unnecessary string([]byte) conversion in fmt.Sprintf yet %s
#590 opened Nov 20, 2021 by odeke-em Loading…
Add a config.DefaultFieldNameCase to ease encoding of structs
#574 opened Sep 6, 2021 by teejae Loading…
Unmarshalling float with lots of digits can cause >= 2 allocations per number
#601 opened Feb 14, 2022 by philpearl Loading…
Clean up zero for float encoder and make compatible with std
#629 opened Aug 12, 2022 by hanfezh Loading…
make it return 0 when fuzzy decoding empty string to float32/float64
#636 opened Sep 16, 2022 by acyumi Loading…
Fix
,string
option applying to non applicable value / types #660 opened Feb 23, 2023 by ngicks Loading…
allocate a 512 byte buffer if none exists during Iterator.Reset()
#669 opened Mar 22, 2023 by Fusl Loading…
Fix #657 incorrect encoding of embedded-recursive types and overlapping tags
#659 opened Feb 18, 2023 by ngicks Loading…
Previous Next
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.