MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / to_json

Function to_json

proto/fbe_json.h:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88template <class TWriter, typename T>
89bool to_json(TWriter& writer, const T& value, bool scope = true)
90{
91 return ValueWriter<TWriter, T>::to_json(writer, value, scope);
92}
93
94template <class TWriter>
95struct ValueWriter<TWriter, bool>

Callers 15

to_jsonMethod · 0.85
to_jsonMethod · 0.85
to_jsonMethod · 0.85
to_jsonMethod · 0.85
to_jsonMethod · 0.85
to_jsonMethod · 0.85
to_jsonMethod · 0.85
to_jsonMethod · 0.85
to_jsonMethod · 0.85
to_jsonMethod · 0.85
to_jsonMethod · 0.85
to_jsonMethod · 0.85

Calls

no outgoing calls

Tested by 15

to_jsonMethod · 0.68
to_jsonMethod · 0.68
to_jsonMethod · 0.68
to_jsonMethod · 0.68
to_jsonMethod · 0.68
to_jsonMethod · 0.68
to_jsonMethod · 0.68
to_jsonMethod · 0.68
to_jsonMethod · 0.68
to_jsonMethod · 0.68
to_jsonMethod · 0.68
to_jsonMethod · 0.68