Skip to content

Pull requests: json-iterator/go

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Added for b.Loop() in benchmarks functions
#710 opened May 12, 2025 by devenairevo Loading… updated May 12, 2025
Make RawMessage be an alias to json.RawMessage so it's identical.
#708 opened Jan 31, 2025 by scr-oath Loading… updated Mar 31, 2025
fix: data race in dynamicMapKeyEncoder/dynamicMapKeyDecoder
#666 opened Mar 10, 2023 by Abioy Loading… updated Mar 13, 2025
Prevent panic on self-referencing structs/map/slices during Marshal
#705 opened Dec 31, 2024 by tsuperis3112 Loading… updated Dec 31, 2024
Remove dependency on github.com/modern-go/concurrent, sync.Map is in go 1.12
#648 opened Nov 19, 2022 by bogdandrutu Loading… updated Jul 9, 2024
Only use the tolerateEmptyArrayExtension if no custom unmarshaller is used
#702 opened May 27, 2024 by paul-conneqtech Loading… updated May 27, 2024
Added support for reading a string as an io.Reader
#701 opened May 16, 2024 by Webbmekanikern Loading… updated May 16, 2024
Use ReadStringAsSlice instead of ReadString
#697 opened Apr 1, 2024 by jaggman Loading… updated Apr 1, 2024
Added CONTRIBUTING.md && Contributers Profiles
#695 opened Mar 15, 2024 by NithishNithi Loading… updated Mar 25, 2024
chore: use stdbuf.String() instead of string(stdbuf.Bytes())
#687 opened Oct 24, 2023 by testwill Loading… updated Oct 24, 2023
Add typed IteratorError
#685 opened Aug 30, 2023 by btnmasher Loading… updated Aug 30, 2023
More extensibility
#641 opened Sep 28, 2022 by molon Loading… updated May 29, 2023
fix:repeat assignment
#670 opened Mar 26, 2023 by xiazemin Loading… updated Mar 26, 2023
allocate a 512 byte buffer if none exists during Iterator.Reset()
#669 opened Mar 22, 2023 by Fusl Loading… updated Mar 22, 2023
Fix wrong behavior in marshalling invalid UTF-8 byte with EscapeHTML=false
#664 opened Mar 9, 2023 by kz-sher Loading… updated Mar 16, 2023
[update] read string memory allocation optimization
#650 opened Dec 8, 2022 by ddzrc Loading… updated Mar 15, 2023
chore(refactor): iter_object ReadMapCB
#667 opened Mar 10, 2023 by kbakdev Loading… updated Mar 10, 2023
Fix incorrect indention marshaling map/object
#565 opened Aug 17, 2021 by creekwax Loading… updated Mar 9, 2023
Add EmptyCollections config option for maps and slices
#656 opened Jan 30, 2023 by emcfarlane Loading… updated Mar 9, 2023
Fix #657 incorrect encoding of embedded-recursive types and overlapping tags
#659 opened Feb 18, 2023 by ngicks Loading… updated Mar 3, 2023
Fix ,string option applying to non applicable value / types
#660 opened Feb 23, 2023 by ngicks Loading… updated Feb 24, 2023
fix frozeWithCacheReuse
#639 opened Sep 28, 2022 by molon Loading… updated Sep 28, 2022
make it return 0 when fuzzy decoding empty string to float32/float64
#636 opened Sep 16, 2022 by acyumi Loading… updated Sep 16, 2022
added FirstCaseToLowercase naming strategy
#633 opened Sep 9, 2022 by ikbalkazanc Loading… updated Sep 9, 2022
Clean up zero for float encoder and make compatible with std
#629 opened Aug 12, 2022 by hanfezh Loading… updated Aug 12, 2022
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.