@AndySylvester To convert the JSON string into a map, you can use the unmarshal
function:
{{ $glossary := $.Site.Params.glossaryData | unmarshal }} The value of the key "calculator" is "{{ $glossary.calculator }}".
I am an aspiring world's best uncle, co-conspirator with Sanna, and curious coder based in Jönköping, Sweden. If you spot someone hiking deep into the forest of Tiveden, that's probably me. 🌲
@AndySylvester To convert the JSON string into a map, you can use the unmarshal
function:
{{ $glossary := $.Site.Params.glossaryData | unmarshal }} The value of the key "calculator" is "{{ $glossary.calculator }}".