mirror of
https://github.com/boostorg/json.git
synced 2026-01-24 05:52:17 +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';
|
|
}
|