Most efficient way to convert all numbers in an array of dictionary to text

I have a case where I am getting an array of dictionary, and some of the items in the array are decimals that are in scientific notation. For example, I get 3.396929e+14 instead of 339692900000000.  What would be the most efficient way to convert all numbers with scientific notation in any list of dictionaries into text so that they are readable in Appian?

It needs to work with any dictionary, so I cannot rely on consistent key value pairs.

Here is a real example of the data I am receiving.  I have bolded some examples:

  Discussion posts and replies are publicly visible