Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielaparker/jsoncons
/ data
Method
data
include/jsoncons/basic_json.hpp:642–645 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
640
}
641
642
const char_type* data() const
643
{
644
return ptr_->data();
645
}
646
647
const char_type* c_str() const
648
{
Callers
15
data
Method · 0.45
uninitialized_copy
Function · 0.45
uninitialized_copy_a
Function · 0.45
try_as_string_view
Function · 0.45
try_as_byte_string
Function · 0.45
try_as_byte_string_view
Function · 0.45
parse
Function · 0.45
basic_json
Function · 0.45
basic_json.hpp
File · 0.45
try_as_integer
Function · 0.45
is_integer
Function · 0.45
try_as_string
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected