Skip to content
#

json-library

Here are 37 public repositories matching this topic...

koson
Pival81
Pival81 commented May 29, 2022

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<UInt>()
*hashes gets populated*
val json = obj { "fingeprints" to arr[hashes] }

This is the result:
`{"fingeprints":["2037562781","950962331","2098967947","1923394747","1208381800","4208511036","1189

enhancement good first issue

Improve this page

Add a description, image, and links to the json-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the json-library topic, visit your repo's landing page and select "manage topics."

Learn more