corysimmons/picky.json

Doesn't work with number values

corysimmons opened this issue · 1 comments

{
  "1": 1
}

is valid JSON, but it renders

{
  1
}

Fixed