Base model class for persistent JSON collections. More...
#include "framework/FrameworkModel.h"
#include "framework/AppContext.h"
#include "storage/StorageManager.h"
#include "framework_config.h"
#include "DebugTrace.h"
Go to the source code of this file.
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.cpp.