![]() |
Fledge
An open source edge computing platform for industrial users
|
A simple implementation of a JSON Path search mechanism to use alongside RapidJSON. More...
#include <JSONPath.h>
Public Member Functions | |
JSONPath (const std::string &path) | |
~JSONPath () | |
Destructor for the JSONPath. More... | |
rapidjson::Value * | findNode (rapidjson::Value &root) |
Find the matching node in the JSON document. More... | |
A simple implementation of a JSON Path search mechanism to use alongside RapidJSON.
JSONPath::~JSONPath | ( | ) |
Destructor for the JSONPath.
Reclaim the vector of components.
Value * JSONPath::findNode | ( | rapidjson::Value & | root | ) |
Find the matching node in the JSON document.
param node The node to search from