Helper functions to extract fields from JSON request bodies. More...
#include <string>
#include <nlohmann/json.hpp>
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.