mirror of
https://github.com/nlohmann/json.git
synced 2025-06-15 19:00:51 +08:00
7 lines
60 B
C++
7 lines
60 B
C++
import nlohmann.json;
|
|
|
|
int main()
|
|
{
|
|
nlohmann::json j;
|
|
}
|