goccy / go-json

Fast JSON encoder/decoder compatible with encoding/json for Go
MIT License
3.12k stars 148 forks source link

Ability to specify date/time format #502

Open lafriks opened 8 months ago

lafriks commented 8 months ago

Would be very useful to specify the struct tag option "format" for time.Time fields (e.g., "format:RFC3339Nano" or "format:'2006-01-02'") to marshal and unmarshal date/time in custom formats similarly how it could be in encoding/json/v2 - https://github.com/golang/go/discussions/63397