Implementation of helper functions to extract fields from JSON request bodies. More...
#include "framework_config.h"
#include "DebugTrace.h"
#include "http/JsonRequestHelper.h"
#include "http/HttpRequest.h"
Go to the source code of this file.
Typedefs | |
using | json = nlohmann::json |
Part of the PicoFramework HTTP server. This module provides functions to retrieve various data types (string, int, double, bool) from JSON request bodies. It also includes methods to check for the presence of fields and retrieve JSON arrays or objects.
Definition in file JsonRequestHelper.cpp.
using json = nlohmann::json |
Definition at line 25 of file JsonRequestHelper.cpp.