Skip to content

issues Search Results · repo:mailru/easyjson language:Go

Filter by

199 results
 (81 ms)

199 results

inmailru/easyjson (press backspace or delete to remove)

I m sorry if this is intended, but v0.8 and v0.9 are incorrect version format for Go. https://github.com/mailru/easyjson/releases/tag/v0.9 https://github.com/mailru/easyjson/releases/tag/v0.8 https://pkg.go.dev/github.com/mailru/easyjson?utm_source=godoc ...
  • suzuki-shunsuke
  • 1
  • Opened 
    on Dec 14, 2024
  • #406

Last release was done in 2021. Could the latest change be released?
  • acabarbaye
  • 1
  • Opened 
    on Nov 13, 2024
  • #404

Hi! It is great, that easyjson has an option to intern strings: type Foo struct { UUID string `json: uuid ` // will not be interned during unmarshaling State string `json: state,intern ` ...
  • klpx
  • Opened 
    on Oct 3, 2024
  • #403

It s a great package, and I hope it will continue to be maintained.
  • godcong
  • 2
  • Opened 
    on Jul 30, 2024
  • #401

run.go package main import ( fmt github.com/mailru/easyjson // github.com/mailru/easyjson/gen ) //easyjson:json type Person struct { Name string `json: name ...
  • ningmingxiao
  • 2
  • Opened 
    on Jul 26, 2024
  • #400

There is a code: type Register struct { Login string `json: login,required ` } After execute go vet -vettool=$$(which statictest) ./... appears error unknown JSON option required May be added ...
  • k0st1a
  • Opened 
    on Apr 19, 2024
  • #397

there s a for loop here for every call, like so: in.Delim( { ) for !in.IsDelim( } ) { key := in.UnsafeFieldName(false) in.WantColon() if in.IsNull() { in.Skip() in.WantComma() continue ...
  • ORESoftware
  • 1
  • Opened 
    on Feb 18, 2024
  • #395

Question - is there anything in Go version v1.21 or v1.22 that might change the use of this library?
  • ORESoftware
  • Opened 
    on Feb 17, 2024
  • #394

Tested on this struct type AvatarChangeInfo struct { UserID uint64 `json: - valid: - ` Avatar []byte `json: avatar valid: - ` Filename string `json: filename valid: - ` Mimetype string `json: ...
  • bqback
  • Opened 
    on Dec 19, 2023
  • #392

Structure property: VideoScrollFreq []uint8 The cli tool generates the following code for a structure property with type []uint8: case video_scroll_freq : if in.IsNull() { in.Skip() out.VideoScrollFreq ...
  • bblbbl
  • Opened 
    on Sep 18, 2023
  • #391
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub