MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / is_null

Method is_null

include/chaiscript/utility/json.hpp:324–324  ·  view source on GitHub ↗

Functions for getting primitives from the JSON object.

Source from the content-addressed store, hash-verified

322
323 /// Functions for getting primitives from the JSON object.
324 bool is_null() const { return internal.Type == Class::Null; }
325
326 std::string to_string() const { bool b; return to_string( b ); }
327 std::string to_string( bool &ok ) const {

Callers 1

to_json_objectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected