getKeys
JSON::Node::getKeys
Returns all keys of an Object Node.
Declaration
const std::vector<std::string> getKeys() const;
Parameters
None.
Returns
An std::vector containing all keys of an Object JSON::Node.
Notes
This function can only be called on a JSON::Node with the Object JSON::Type.