Json with numbers not working

Issue #5 resolved
Dirk Vaessen created an issue

hi Arie,

First of all thanks for the app, it is working great for the most part!
Unfortunately I cannot read the following JSON, no errors, but just no data in the returning values.

{
"0": "bla0",
"1": "bla1"
}

this Json will work fine:

{
"b0": "bla0",
"b1": "bla1"
}

I am assuming it is a bug, but maybe I am missing something.

Regards zeppie

Comments (5)

  1. Log in to comment