| Name |
Last commit
|
Last update |
|---|---|---|
| docs | ||
| src | ||
| test | ||
| .gitignore | ||
| .travis.yml | ||
| CMakeLists.txt | ||
| Doxyfile | ||
| LICENSE.MIT | ||
| Makefile | ||
| README.md | ||
| appveyor.yml | ||
| json.gif | ||
| mkdocs.yml |
construct enum type to basic_json (proxy by int type)
```
enum { t = 0 };
json j = json::array();
j.push_back(t);
j.push_back(json::object({
{"game_type", t}
}));
```
| Name |
Last commit
|
Last update |
|---|---|---|
| docs | Loading commit data... | |
| src | Loading commit data... | |
| test | Loading commit data... | |
| .gitignore | Loading commit data... | |
| .travis.yml | Loading commit data... | |
| CMakeLists.txt | Loading commit data... | |
| Doxyfile | Loading commit data... | |
| LICENSE.MIT | Loading commit data... | |
| Makefile | Loading commit data... | |
| README.md | Loading commit data... | |
| appveyor.yml | Loading commit data... | |
| json.gif | Loading commit data... | |
| mkdocs.yml | Loading commit data... |