A Json template is a native template:
How to create JSON files from Tabular data with a JSON template
The variable name should match the name of a column of the source.
{
"${group}": {
"${item_code}": {
"price": "${price}",
"description": "${description}"
}
}
}
where: