I *LOVE* geometric explanations as you show at 15:00. Very nice!
@bot4reasons8 ай бұрын
Great talk & very informative. I hope the v2 json package does not accept options at Marshal/Unmarshal time, but rather requires the user to create a JSON encoder/decoder with the options. Passing in options every time you marshal/unmarshal will be cumbersome and error prone.
@jackielii7 ай бұрын
Really appreciate how much thought and effort are put into making the transition smooth
@x_ph1l8 ай бұрын
I'm excited for jsonv2 - should be great replacement! It would be amazing to also have a way to set omitempty/omitzero for separate struct fields for either marshaling, but not unmarshaling or vice-versa - this helps with porting services from JS frameworks, where the behavior is different.