Base model class for persistent JSON collections. More...
#include <nlohmann/json.hpp>
#include <string>
#include <vector>
#include <optional>
#include "storage/JsonService.h"
#include "storage/StorageManager.h"
#include "framework/AppContext.h"
Go to the source code of this file.
Classes | |
class | FrameworkModel |
Provides a basic JSON-backed record model. More... | |
Typedefs | |
using | json = nlohmann::json |
Part of the PicoFramework application framework. This module provides the FrameworkModel class, which abstracts the loading, saving, and manipulation of JSON records stored in an array format. Provides CRUD operations for JSON array records stored using the JsonService abstraction. Designed for embedded use with SD or flash-backed storage.
Definition in file FrameworkModel.h.
using json = nlohmann::json |
Definition at line 20 of file FrameworkModel.h.