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

#5 incorrect placement of comma after null values #6

Merged
merged 1 commit into from
Mar 15, 2016

Conversation

barsh
Copy link
Contributor

@barsh barsh commented Mar 15, 2016

jsonMarkup({ val1: null, val2: null})

produces incorrect placement of comma:

{
    val1: null
,
    val2: null

}

should produce:

{
    val1: null,
    val2: null
}

mafintosh added a commit that referenced this pull request Mar 15, 2016
#5 incorrect placement of comma after null values
@mafintosh mafintosh merged commit 8546946 into mafintosh:master Mar 15, 2016
@mafintosh
Copy link
Owner

thanks. released in 0.1.7

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.

2 participants