Skip to content

Pull requests: mailru/easyjson

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

Fix null key in map
#396 opened Apr 19, 2024 by SolidShake Loading… updated Apr 19, 2024
Reuse bufs slice instead of trowing away every time
#371 opened Apr 27, 2022 by fziglio Loading… updated Jan 30, 2024
Copy byte array when unmarshalling RawMessage
#381 opened Dec 8, 2022 by niallnsec Loading… updated Jan 28, 2024
feat: add float_format flag
#367 opened Mar 21, 2022 by rhnvrm Loading… updated Nov 17, 2023
chore: use ret.String() instead of string(ret.Bytes())
#388 opened Jun 29, 2023 by testwill Loading… updated Jun 29, 2023
Implemented ability to add build tags only to generator via -gen_build_flags
#386 opened May 17, 2023 by reddiridabl666 Loading… updated May 17, 2023
up go mod
#384 opened Mar 31, 2023 by ssummers02 Loading… updated Mar 31, 2023
Avoid extra allocation using buffer pools
#370 opened Apr 27, 2022 by fziglio Loading… updated Nov 14, 2022
Allow case insensitive JSON tag matching
#372 opened May 4, 2022 by cmaglie Loading… updated Aug 15, 2022
Fix handling of anon structs with embedded structs and fields
#339 opened May 10, 2021 by autarch Loading… updated Aug 15, 2022
Document pitfall with custom marshal/unmarshal implementations
#329 opened Feb 10, 2021 by andrewmains12 Loading… updated Aug 15, 2022
Allow unmarshalers to handle explicit null values
#322 opened Nov 5, 2020 by w1ck3dg0ph3r Loading… updated Aug 15, 2022
Feature suggestion: add new option disallow_duplicate_fields
#375 opened Jul 27, 2022 by peterzeller Loading… updated Jul 27, 2022
ProTip! Exclude everything labeled bug with -label:bug.