Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ testObject
Method
testObject
test/serializer.cpp:429–436 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
427
}
428
429
void
430
testObject()
431
{
432
check(
"{}"
);
433
check(
"{\"
x\
":1}"
);
434
check(
"{\"
x\
":[]}"
);
435
check(
"{\"
x\
":1,\"
y\
":null}"
);
436
}
437
438
//------------------------------------------------------
439
Callers
nothing calls this directly
Calls
1
check
Function · 0.85
Tested by
no test coverage detected