Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes list rendering #47

Merged
merged 1 commit into from
May 30, 2017
Merged

fixes list rendering #47

merged 1 commit into from
May 30, 2017

Conversation

damphat
Copy link
Contributor

@damphat damphat commented May 28, 2017

Issue: klaxon automatically converts all members of a list to string

val input = listOf(null, 1, 2, 3)
valueToString(input)    // return ["null","1","2","3"] instead of [null,1,2,3]

@cbeust cbeust merged commit 8ffa839 into cbeust:master May 30, 2017
@fluidsonic fluidsonic mentioned this pull request Sep 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants