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

Support tabs on MarshalIndent
#273 opened May 17, 2018 by shdunning Loading… updated Oct 11, 2018
2 tasks done
update stream.go
#332 opened Dec 6, 2018 by vearne Loading… updated Dec 6, 2018
Add Iterator.StringReader()
#359 opened Apr 20, 2019 by rsandwick Loading… updated Apr 20, 2019
gofmt and deleted extra newline
#363 opened May 9, 2019 by maxifom Loading… updated May 9, 2019
feature #384: Specify custom map key sort function
#385 opened Jul 9, 2019 by zachelrath Loading… updated Jul 10, 2019
Permit zero alloc reads
#394 opened Jul 26, 2019 by lavalamp Loading… updated Jul 26, 2019
Add object iterator that avoids string allocation
#343 opened Feb 13, 2019 by apersson Loading… updated Oct 22, 2019
Remove nil == nil if-statement
#420 opened Nov 20, 2019 by rwelin Loading… updated Nov 20, 2019
fix(processTags): remove extra qoutes that added to slice and map type
#407 opened Sep 24, 2019 by m-amr Loading… updated Jan 14, 2020
parse input containing NaN and Infinity values
#434 opened Jan 15, 2020 by trinitum Loading… updated Jan 16, 2020
add testcase for readany
#437 opened Jan 17, 2020 by AllenX2018 Loading… updated Jan 17, 2020
Added Config.AllowOmitEmptyStruct
#460 opened May 3, 2020 by millerlogic Loading… updated May 17, 2020
Add bool decoding to the fuzzy decoder extension
#466 opened Jun 6, 2020 by thfix13 Loading… updated Jun 9, 2020
Make Marshal(RawMessage) behave like encoding/json
#474 opened Jul 14, 2020 by greensea Loading… updated Jul 14, 2020
feat: export NextToken to check token info
#442 opened Jan 18, 2020 by xujianhai666 Loading… updated Aug 1, 2020
missing capture of error
#484 opened Aug 24, 2020 by alvarolm Loading… updated Aug 25, 2020
Added InputOffset
#493 opened Sep 9, 2020 by mhr3 Loading… updated Sep 9, 2020
ref(decoding): simplify conditional branch
#355 opened Apr 8, 2019 by JensRantil Loading… updated Sep 30, 2020
Unmarshal convert string to int/float and convert int/float to string
#507 opened Oct 30, 2020 by guotie Loading… updated Oct 30, 2020
json.RawMessage backwards compatibility
#524 opened Dec 30, 2020 by djeebus Loading… updated Dec 30, 2020
added flag for marshalling nil slices to [] instead of null
#533 opened Mar 2, 2021 by wangkechun Loading… updated Mar 2, 2021
Uses strings.Builder instead of []byte in iter.ReadString
#526 opened Jan 12, 2021 by cyriltovena Loading… updated Mar 9, 2021
fix typo in comment
#545 opened Apr 22, 2021 by hallazzang Loading… updated May 28, 2021
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.