mirror of
https://github.com/citra-emu/citra-nightly.git
synced 2026-08-10 09:04:52 +00:00
json.hpp wants it, but it isn't always available. Rather than patch json.hpp directly to remove the dependency, provide a json.h wrapper header that subs in std::experimental::string_view using preprocessor magic. All the consumers of json.hpp are in src/web_service, so the wrapper header is placed there as well. |
||
|---|---|---|
| .. | ||
| announce_room_json.cpp | ||
| announce_room_json.h | ||
| CMakeLists.txt | ||
| json.h | ||
| telemetry_json.cpp | ||
| telemetry_json.h | ||
| verify_login.cpp | ||
| verify_login.h | ||
| web_backend.cpp | ||
| web_backend.h | ||