mirror of
https://github.com/nlohmann/json.git
synced 2026-01-30 20:42:11 +00:00
7 lines
60 B
C++
7 lines
60 B
C++
import nlohmann.json;
|
|
|
|
int main()
|
|
{
|
|
nlohmann::json j;
|
|
}
|