It does not work. Input: ```bash echo '{"value": 9.00}' | gojson -forcefloats ``` and the output is: ``` type Foo struct { Value int64 `json:"value"` } ``` The `-forcefloats` flag does not work.
It does not work.
Input:
and the output is:
The
-forcefloatsflag does not work.