Helper functions to extract fields from JSON request bodies. More...
#include <string>#include <nlohmann/json.hpp>
Include dependency graph for JsonRequestHelper.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | JsonRequestHelper |
| Utility class for working with JSON content in HTTP requests. More... | |
Macros | |
| #define | JSON JsonRequestHelper |
| Shorthand macro for JsonRequestHelper static methods. | |
Typedefs | |
| using | json = nlohmann::json |
| #define JSON JsonRequestHelper |
Definition at line 110 of file JsonRequestHelper.h.
| using json = nlohmann::json |
Definition at line 16 of file JsonRequestHelper.h.