A library

Report a typo

Create a JSON object that represents a library.

A library has only a single books field, but each book has exactly two fields: title and author. Assign information about books you've read to these fields.

Fill the library with at least three books and enter the resulting JSON.

You should end up with nested objects. Look at section 2 in theory to remember their syntax.
You can check if the JSON you wrote is valid at https://jsonlint.com/
Enter a short text
___

Create a free account to access the full topic