| 61 | |
| 62 | void writeJSON(slice json) {comma(); _out << json;} |
| 63 | void writeRaw(slice raw) {_out << raw;} |
| 64 | |
| 65 | #ifdef __OBJC__ |
| 66 | void writeObjC(id) {FleeceException::_throw(JSONError, |
nothing calls this directly
no outgoing calls
no test coverage detected