rybalkinsd / kohttp

Kotlin DSL http client
https://kohttp.gitbook.io
Apache License 2.0
478 stars 42 forks source link

Boolean/Null values are not supported in json #113

Closed Centaur closed 5 years ago

Centaur commented 5 years ago

Valid json types include String, Number, Boolean, Null(empty), Object, Array

See the code

Currently Boolean and Null(empty) values are not supported.

rybalkinsd commented 5 years ago

@Centaur thanks for your feedback. Fix will be provided in the next version

rybalkinsd commented 5 years ago

114