magnusbaeck / logstash-filter-verifier

Apache License 2.0
192 stars 27 forks source link

Remove dead code for handling ints from JSON #42

Closed breml closed 7 years ago

breml commented 7 years ago

JSON unmarshal never produces ints but only float64, therefore no special handling of ints is necessary.

Closes #20