Hi Team, raised a small pull request for a bug fix...
# http4k
g
Hi Team, raised a small pull request for a bug fix. Can someone please take a look: Add `lenient()` for adapter for Lenient strictness in ConfigurableMoshi by overfullstack · Pull Request #1299 · http4k/http4k This change should help in parsing JSON in lenient format (leninet mode as stated here in Moshi: [JsonReader.kt](https://github.com/square/moshi/blob/256b13b3bfd6cb5557c857496e674b0b1ab98d10/moshi/src/main/java/com/squareup/moshi/JsonReader.kt#L200-L200)), as per the lenient param in the ConfigurableMoshi constructor.