Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ writeJSON
Method
writeJSON
Fleece/Support/JSONEncoder.hh:62–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
void writeValue(const Value *v);
61
62
void writeJSON(slice json) {comma(); _out << json;}
63
void writeRaw(slice raw) {_out << raw;}
64
65
#ifdef __OBJC__
Callers
1
FLEncoder_ConvertJSON
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected