akuleshov7 / ktoml

Kotlin Multiplatform parser and compile-time serializer/deserializer for TOML format (Native, JS, JVM) based on KxS

Home Page:https://akuleshov7.github.io/ktoml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactoring: unify the logic for TomlTablePrimitive and TomlArrayOfTables

akuleshov7 opened this issue · comments

Duplication happened during the implementation of TomlArrayOfTables

// FixMe: this class is mostly identical to the TomlTable - we should unify them together