Logo Pico-Framework A web-first embedded framework for C++
Loading...
Searching...
No Matches
JsonRequestHelper.h File Reference

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
 

Detailed Description

Author
Ian Archbell
Version
0.1
Date
2025-03-26
License:\n MIT License

Definition in file JsonRequestHelper.h.

Macro Definition Documentation

◆ JSON

#define JSON   JsonRequestHelper

Definition at line 110 of file JsonRequestHelper.h.

Typedef Documentation

◆ json

using json = nlohmann::json

Definition at line 16 of file JsonRequestHelper.h.