Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
template <class T>
60
static void value_to_json(const T& x, json& j)
61
{
62
j = x;
63
}
64
65
static void value_to_json(const value::binary& x, json& j)
66
{
Callers
1
to_json
Method · 0.85
Calls
9
array
Class · 0.85
without_key
Method · 0.80
is_array
Method · 0.80
is_object
Method · 0.80
begin
Method · 0.45
end
Method · 0.45
empty
Method · 0.45
push_back
Method · 0.45
visit
Method · 0.45
Tested by
no test coverage detected