I'm new to Go and have been trying to figure out how to output the raw inner JSON "{\"data\":\"Some data"}" from "Outer". So far, no luck...
This is the input data:
{
"Outer": "{\"data\":\"Some data\"}"
}
What I would like to get is the following as a string with the slashes:
{\"data\":\"Some data\"}