Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Repository files navigation

json.kt

Json Parser and formatter library written in Kotlin.

Getting started

Add dependency:

implementation "com.krossovochkin.json:json.kt:$version"

Parse Json:

val json = JsonParser().parse(text)

Format Json:

MinifiedJsonFormatter().format(json)

Tests

Test results for corner cases one can see here

Comparison with Gson in corner-cases tests:

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages