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