When I use string(object) to turn a JSON object into a string, it does not preserve all of the spaces inside string JSON values. Double spaces are reduced to single spaces. For example, "ANION: Chloride" becomes "ANION: Chloride" Is there any way to stop this from happening other than replacing double spaces with another character, then change them back at the final point of use? This is a serious bug.