Open
Description
stdlib json behaviour:
https://play.golang.org/p/6DIsQk0xeMZ
Yet when I use json.Number as type with easyjson it is being Marshaled into a string. From generated file:
out.String(string(in.PriceBaseFare))
where PriceBaseFare
is defined as:
PriceBaseFare json.Number