I am trying to access the value. If I give {Movie.Score}
, the score will print. In,
[{"score":0.70159364,"show":{"id":34653,"url":"https://www.tvmaze.com/shows/34653/all-american","name":"All American","type":"Scripted","language":"English",
I want to print names. I am using {movie.name}
and {movie.score.name}
, but it's not printing.