Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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} })); ```
- Loading branch information