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

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"
+ Include dependency graph for JsonRequestHelper.cpp:

Go to the source code of this file.

Typedefs

using json = nlohmann::json
 

Detailed Description

Author
Ian Archbell

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.

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

Definition in file JsonRequestHelper.cpp.

Typedef Documentation

◆ json

using json = nlohmann::json

Definition at line 25 of file JsonRequestHelper.cpp.