Skip to content

Add a section with examples #43

@BarryRufer

Description

@BarryRufer

Hello.

Need more examples.

"results": [{
  "books": [{
    "part": 1,
    "chapters": [
      {
        "chapter": 1
      }, {
        "chapter": 2
      }, {
        "chapter": 3
      }
    ]
  }]
}]

how to edit

"results": [{
  "books": [
    {
      "part": 1,
      "chapter": 1
    }, {
      "part": 1,
      "chapter": 2
    }, {
      "part": 1,
      "chapter": 3
    }
  ]
}]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions