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