debug.Dump
文法
debug.Dump VALUE
戻り値
string
<pre>{{ debug.Dump site.Data.books }}</pre>
[
{
"author": "Victor Hugo",
"rating": 4,
"title": "The Hunchback of Notre Dame"
},
{
"author": "Victor Hugo",
"rating": 5,
"title": "Les Misérables"
}
]