Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ json_value
Class
json_value
src/fl/stl/json/types.h:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
namespace fl {
28
29
struct json_value;
30
31
// Define Array and Object as pointers to avoid incomplete type issues
32
// We'll use heap-allocated containers for these to avoid alignment issues
Callers
nothing calls this directly
Calls
9
is_array
Class · 0.85
iterator
Class · 0.70
empty
Method · 0.45
visit
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
size
Method · 0.45
push_back
Method · 0.45
find
Method · 0.45
Tested by
no test coverage detected