This project aims to reimplement JSON Forms in Kotlin for use in Compose-based applications. Rather than defining its own formats or standards, this repo adopts JSON for form configuration and layout ...
This library has no dependencies other than the Nim standard library. Currently, the Nim standard module first parses or serializes json into JsonNodes and then turns the JsonNodes into your objects ...