(buf []byte)
| 93 | } |
| 94 | |
| 95 | func EncodeEmptyArray(buf []byte) []byte { |
| 96 | return append(buf, '[', ']') |
| 97 | } |
| 98 | |
| 99 | func EncodeObjectBegin(buf []byte) []byte { |
| 100 | return append(buf, '{') |
no outgoing calls
no test coverage detected
searching dependent graphs…