mirror of
https://github.com/nlohmann/json.git
synced 2026-04-20 23:09:30 +00:00
renamed class from "JSON" to "son"
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include "JSON.h"
|
||||
#include "json.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
JSON j;
|
||||
json j;
|
||||
j << std::cin;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user