Fork me on GitHub
#specter
<
2023-05-21
>
itaied14:05:54

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%"}]}]}