Skip to content

Commit ececa01

Browse files
committed
JsonStthm : Add GetNext to JsonValue
1 parent bad33e6 commit ececa01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

JsonStthm/JsonStthm.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ namespace JsonStthm
217217
int GetMemberCount() const;
218218

219219
const char* GetName() const { return m_pName; }
220+
const JsonValue* GetNext() const { return m_pNext; }
220221

221222
bool IsValid() const { return this != &JsonValue::INVALID; }
222223
bool IsNull() const { return m_eType == E_TYPE_NULL; }

0 commit comments

Comments
 (0)