#include "json.h" int main() { json j; j << std::cin; return 0; }