MarkLogic Connect
MarkLogic Connect Client API Collection
|
Provides a navigator interface over a CppRestJsonDocumentContent's root web::json::value instance. More...
#include <CppRestJsonDocumentContent.hpp>
Public Member Functions | |
CppRestJsonDocumentNavigator (web::json::value &root, bool firstElementAsRoot=false) | |
MLCLIENT_API | CppRestJsonDocumentNavigator (CppRestJsonDocumentNavigator &&from) |
MLCLIENT_API IDocumentNode * | at (const std::string &key) const override |
Returns the named element or property underneath the document object. More... | |
Provides a navigator interface over a CppRestJsonDocumentContent's root web::json::value instance.
|
overridevirtual |
Returns the named element or property underneath the document object.
key | the string key of the requested object |
Implements mlclient::IDocumentNavigator.