orchestr7/ktoml

Support tests from https://github.com/BurntSushi/toml-test

Open

#32 opened on May 16, 2021

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Kotlin (34 forks)auto 404
enhancementhelp wantedhuge task

Repository metrics

Stars
 (561 stars)
PR merge metrics
 (PR metrics pending)

Description

Need to create an adaptor test framework that will deserialize toml to class and after that serialize this class to json, so we will be able to adopt these tests in our library.

Test base: https://github.com/BurntSushi/toml-test

Contributor guide