9 #ifndef GO_PXL_SDK_JSON_ITERATOR_H
10 #define GO_PXL_SDK_JSON_ITERATOR_H
56 const std::string Key()
const;
76 const GoJson Value()
const;
86 void SetValue(
const GoJson& value);
94 std::shared_ptr<RawIterator>& GetHandle();
95 const std::shared_ptr<RawIterator>& GetHandle()
const;
119 std::shared_ptr<RawIterator> iterator;
Simplify working with json data.
Definition: GoJson.h:38
#define GoPxLSdkClass
Definition: Def.h:35
Represents json iterator.
Definition: GoJsonIterator.h:24
Declares the general SDK definitions.