MCPcopy Create free account
hub / github.com/bcndev/bytecoin / JsonOutputStreamValue

Method JsonOutputStreamValue

src/seria/JsonOutputStream.cpp:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13// We do not use optional values yet, all empty strings arrays objects are saved as is
14
15JsonOutputStreamValue::JsonOutputStreamValue() : root(JsonValue::NIL) {}
16
17void JsonOutputStreamValue::object_key(common::StringView name, bool optional) {
18 invariant(!m_next_key.data(), "");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected