Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ writeObjC
Method
writeObjC
Fleece/Support/JSONEncoder.hh:66–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
65
#ifdef __OBJC__
66
void writeObjC(id) {FleeceException::_throw(JSONError,
67
"Encoding Obj-C to JSON is unimplemented"
);}
68
#endif
69
70
//////// Writing arrays:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected