10 #ifndef GO_PXL_SDK_JSON_ITERATOR_H
11 #define GO_PXL_SDK_JSON_ITERATOR_H
57 const std::string Key()
const;
77 const GoJson Value()
const;
87 void SetValue(
const GoJson& value);
95 std::shared_ptr<RawIterator>& GetHandle();
96 const std::shared_ptr<RawIterator>& GetHandle()
const;
120 std::shared_ptr<RawIterator> iterator;
Simplify working with json data.
Definition: GoJson.h:39
#define GoPxLSdkClass
Definition: Def.h:35
Represents json iterator.
Definition: GoJsonIterator.h:25
Declares the general SDK definitions.
Declares the GoPxLSdk.GoJsonError class.