Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ main
Function
main
test/cmake_install_test/main.cpp:9–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
#include <cstdio>
8
9
int main()
10
{
11
const boost::json::value value = boost::json::parse(
"{ \"
test\
": true }"
);
12
std::puts(boost::json::to_string(value).c_str());
13
}
Callers
nothing calls this directly
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected