Is there a suggested way to translate a JSON object using the AWS Translate API, while leaving the keys untranslated?
I've tried a recursive loop that translates each string individually, but this has resulted in inconsistent results. Is there a better way?