#include import std; int main() { nlohmann::json j; j["k"] = 42; std::println("{}", j.dump()); return 0; }