with
{
"user": {
"name": "alice",
}
}<template>
{
{{with ./user}}
"Name": {{ name }}
{{else}}
"Name": "unknown"
{{end}}
}
</template>{
"Name": "alice"
}Example: with and json-doc()
with and json-doc()Last updated