uNetworking / SuperCereal

Faster JSON serialization for Golang
zlib License
61 stars 4 forks source link

missing types #1

Open jjhesk opened 5 years ago

jjhesk commented 5 years ago

there are missing types: float64, float32, int64, int32, Time

please add these support, many thanks @alexhultman

ghost commented 5 years ago

Feel free to pr

ghost commented 5 years ago

float64 is added

jjhesk commented 5 years ago

does it have Date type also?