Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielaparker/jsoncons
/ to_string
Function
to_string
include/jsoncons_ext/jsonpointer/jsonpointer.hpp:446–450 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
444
using wjson_pointer = basic_json_pointer<wchar_t>;
445
446
inline
447
std::string to_string(const json_pointer& ptr)
448
{
449
return ptr.to_string();
450
}
451
452
inline
453
std::wstring to_wstring(const wjson_pointer& ptr)
Callers
1
string
Method · 0.70
Calls
1
to_string
Method · 0.45
Tested by
no test coverage detected