koson icon indicating copy to clipboard operation
koson copied to clipboard

A concise and lightweight Kotlin DSL to build JSON objects and render their String representations

Results 5 koson issues
Sort by recently updated
recently updated
newest added

**Describe the bug** if I pass a mutablelistof UInt to the arr function, the numbers get rendered with double quotes. **To Reproduce** `var hashes = mutableListOf()` \*hashes gets populated\* `val...

enhancement
good first issue

Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.5.0 to 1.6.0. Release notes Sourced from kotlin-stdlib's releases. Kotlin 1.6.0 Changelog Android KT-48019 Bundle Kotlin Tooling Metadata into apk artifacts KT-47733 JVM / IR: Android Synthetic...

dependencies

**Describe the bug** Nullable ObjectType uses wrong infix function `String.to(value: Any?)` that leads to incorrect output. **To Reproduce** ``` val a: ObjectType? = obj { "a" to "a" } val...

bug

Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230227 to 20231013. Release notes Sourced from org.json:json's releases. 20231013 Pull Request Description #793 Reverted #761 #792 update the docs for release 20231013 #783 optLong vs getLong...

dependencies

**Describe the solution you'd like** I would like to propose adding a merge method to the ObjectType class in the Koson library. This method would allow two JSON-like objects to...

enhancement