Untitled

 avatar
unknown
plain_text
3 years ago
504 B
2
Indexable
[
    {
        "title": "Transformer",
        "year": 2017,
        "genre": [
            "action",
            "romance"
        ],
        "director": {
            "director 1": "testing 1",
            "director 2": "testing 2"
        }
    },
    {
        "title": "Transformer 2",
        "year": 2018,
        "genre": [
            "romance",
            "action"
        ],
        "director": {
            "director 1": "testing 1",
            "director 2": "testing 2"
        }
    }
]
Editor is loading...