youngchan1988/json_editor

Embedded arrays parsing error

SleepyMrPanda opened this issue · 1 comments

Hello
There is a problem when I try to parse such json:

{
  "array": [
    {
      "first_child": [
        {
          "text": "First item"
        },
        {
          "text": "Second item"
        }
      ],
      "second_child": [
        {
          "text": "First item"
        },
        {
          "text": "Second item"
        }
      ]
    }
  ]
}

I checked this json in JSON Editor Online and it's worked. But the JsonEditor widget show:
"Syntax error: Invalid ',' at line 7 position 94".

Fixed in 0.0.4