how can i navigate into nested (recursively) data structure and transform the number values?
{:rows [{:rows 2}, {:rows [{:rows 3}]}]}
into
{:rows [{:rows "2%"}, {:rows [{:rows "3%"}]}]}
you’ll find the answer here https://github.com/redplanetlabs/specter/wiki/Using-Specter-Recursively