encode appends the encoding of the JSON document to appendTo, returning the result alongside the JEntry for the document. Note that some values (true/false/null) are encoded with 0 bytes and are purely defined by their JEntry.
(appendTo []byte)
| 140 | // (true/false/null) are encoded with 0 bytes and are purely defined by their |
| 141 | // JEntry. |
| 142 | encode(appendTo []byte) (jEntry jEntry, b []byte, err error) |
| 143 | |
| 144 | // MaybeDecode returns an equivalent JSON which is not a jsonEncoded. |
| 145 | MaybeDecode() JSON |
no outgoing calls
no test coverage detected