Recently, when writing web api with go, I encountered a problem about []byte type JSON serialization, make a note of it. The cause of the matter is that I want to make a web service to save records containing any JSON content and read them out normally. This requirement is…