| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| json.hpp | ||
| json.hpp.re2c |
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 |
|---|---|---|
| .. | ||
| json.hpp | Loading commit data... | |
| json.hpp.re2c | Loading commit data... |