Allow text area to have JSON formatted string and have it remain a string
> !1231
Currently, JSON formatted string values will be parsed into objects before they're sent over as props, which means they appear as \[Object object\]. Lets mitigate that
issue