Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ JSONType
Method
JSONType
include/chaiscript/utility/json.hpp:321–321 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
}
320
321
Class JSONType() const { return internal.Type; }
322
323
/// Functions for getting primitives from the JSON object.
324
bool is_null() const { return internal.Type == Class::Null; }
Callers
1
from_json
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected