#include <JSONInterface.h>
This class is resonsible for displaying JSON files in interactive CLI mode.
◆ JSONInterface()
joda::cli::JSONInterface::JSONInterface |
( |
| ) |
|
|
explicit |
Initializes the ncurses windows
◆ ~JSONInterface()
joda::cli::JSONInterface::~JSONInterface |
( |
| ) |
|
|
virtual |
Deconstructs the ncurses windows
◆ showJSON()
void joda::cli::JSONInterface::showJSON |
( |
const std::shared_ptr< JSONStorage > & |
store, |
|
|
size_t |
index |
|
) |
| |
Displays a single JSON document from a JSONStorage.
- Parameters
-
store | The storage which contains the JSON to display |
index | the position of the document |
The documentation for this class was generated from the following files:
- /home/nico/joda_tmp/tmp-joda-dirs/JODA-gh/libs/joda/core/modules/cli/src/JSONInterface.h
- /home/nico/joda_tmp/tmp-joda-dirs/JODA-gh/libs/joda/core/modules/cli/src/JSONInterface.cpp