mirror of
https://github.com/boostorg/json.git
synced 2026-01-31 20:22:14 +00:00
9 lines
110 B
C++
9 lines
110 B
C++
#include <boost/json.hpp>
|
|
#include <iostream>
|
|
|
|
|
|
int main()
|
|
{
|
|
std::cout << boost::json::value() << '\n';
|
|
}
|