MCPcopy Create free account
hub / github.com/Tencent/rapidjson / WriteStartArray

Method WriteStartArray

include/rapidjson/writer.h:425–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423 bool WriteStartObject() { os_->Put('{'); return true; }
424 bool WriteEndObject() { os_->Put('}'); return true; }
425 bool WriteStartArray() { os_->Put('['); return true; }
426 bool WriteEndArray() { os_->Put(']'); return true; }
427
428 bool WriteRawValue(const Ch* json, size_t length) {

Callers

nothing calls this directly

Calls 1

PutMethod · 0.45

Tested by

no test coverage detected