string(383) "{ "films" : [ { "nom":"Forest Gump", "realisateur":"Robert Zemeckis", "annee":1994, "genres": ["Comédie", "Drame"] }, { "nom":"Free Guy", "realisateur":"Shaw Levy", "annee":2021, "genres": ["Comédie", "Action", "Aventure"] } ] } " object(stdClass)#3 (1) { ["films"]=> array(2) { [0]=> object(stdClass)#1 (4) { ["nom"]=> string(11) "Forest Gump" ["realisateur"]=> string(15) "Robert Zemeckis" ["annee"]=> int(1994) ["genres"]=> array(2) { [0]=> string(8) "Comédie" [1]=> string(5) "Drame" } } [1]=> object(stdClass)#2 (4) { ["nom"]=> string(8) "Free Guy" ["realisateur"]=> string(9) "Shaw Levy" ["annee"]=> int(2021) ["genres"]=> array(3) { [0]=> string(8) "Comédie" [1]=> string(6) "Action" [2]=> string(8) "Aventure" } } } }