Skip to content

Incorrect JSON #2

Description

@sergeysova

In your examples JSON is incorrect!!!

Part of your example:

{
  bookbase:
  [
    {
      title:"Гарри Поттер и философский камень ",
      author:"Джоан Ролинг",
      cost:500,
      quantity:15
    },
    {
      title:"Дракула ",
      author:"Брэм Стокер",
      cost:430,
      quantity:5
    },
    {
      title:"Преступление и наказание",
      author:"Федор Достоевский",
      cost:400,
      quantity:10
    }
  ]
}
{
  "bookbase":
  [
    {
      "title":"Гарри Поттер и философский камень ",
      "author":"Джоан Ролинг",
      "cost":500,
      "quantity":15
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions