JsonBlock¶
GetRawElements¶
std::vector<JsonElement*>* GetRawElements()
const std::vector<JsonElement*>* GetRawElements() const
Will return the raw std::vector of pointers to JsonElements.
Don't free any of this!
Or bad things will happen.
std::vector<JsonElement*>* GetRawElements()
const std::vector<JsonElement*>* GetRawElements() const
Will return the raw std::vector of pointers to JsonElements.
Don't free any of this!
Or bad things will happen.