renamed class from "JSON" to "son"
This commit is contained in:
parent
4d00105e5c
commit
f63ff7727e
8 changed files with 698 additions and 698 deletions
|
@ -1,8 +1,8 @@
|
|||
#include "JSON.h"
|
||||
#include "json.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
JSON j;
|
||||
json j;
|
||||
j << std::cin;
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue