Documentation ¶ Index ¶ func JSONBytes(input []byte) []byte Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func JSONBytes ¶ func JSONBytes(input []byte) []byte JSONString takes a []byte containing JSON as input and returns a []byte containing the same content but with any character codes < 0x20 that weren't escaped in the original escaped properly. Types ¶ This section is empty. Source Files ¶ View all Source files json.go Click to show internal directories. Click to hide internal directories.