I want to be able to store Raw JSON data as a field in an API post. What would be the best way to do this other than serialising it as text?
{ \"time\": \"00:00:00\",{\"backup_config\":{Randomly formatted JSON data } }}
Here the backup_config would change based on device. Config for different devices could have radically different config data fields.