JsonElement¶
GetData¶
JsonData* GetData()
const JsonData* GetData() const
Returns a pointer to its JsonData object.
You should not have to use this
If you find yourself using this function, you are probably doing something wrong.
Consult the examples.