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