Hello everyone, I've a class with this parameter `...
# klaxon
a
Hello everyone, I've a class with this parameter
Copy code
@Json(name = "target_speed")
        val targetSpeed: Double? = 0.0,
and this fails
Klaxon().parseArray<Product>("""[{"id": 66, "client_product_id": "23123123", "target_speed": 434343000000}]""")