<p><a href="https://micro.blog/AndySylvester">@AndySylvester</a> To convert the …
@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 }}”.