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