debug.Dump
Returns an object dump as a string.
Syntax
debug.Dump VALUE
Returns
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"
}
]
Output from this function may change from one release to the next. Use for debugging only.
Last updated:
February 17, 2025
:
all: Change shortcode usage and design to prevent invalid HTML (0fca8ef25)
Improve this page