MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / value_to_json

Function value_to_json

src/json.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59template <class T>
60static void value_to_json(const T& x, json& j)
61{
62 j = x;
63}
64
65static void value_to_json(const value::binary& x, json& j)
66{

Callers 1

to_jsonMethod · 0.85

Calls 9

arrayClass · 0.85
without_keyMethod · 0.80
is_arrayMethod · 0.80
is_objectMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
emptyMethod · 0.45
push_backMethod · 0.45
visitMethod · 0.45

Tested by

no test coverage detected