I'm using golang to store data to dynamo. I can save and retrieve the object in golang code no problem, however, when i go to the table items in aws console and click in any of the items stored it doesn't let me uncheck DynamoDB JSON checkbox to see the data in plain JSON not DynamoDB JSON.
Any ideas of what I'm missing here ?