66 void remove(
size_t _id);
size_t size() const
get the number of sub element in the current one
bool add(const ejson::Value &_element)
add an element on the array.
ejson namespace containing all function for JSON interpretor
Definition: Array.hpp:12
ejson::Value operator[](size_t _id)
get the pointer on an element reference with his ID.
ejson Array interface [ ... ].
Definition: Array.hpp:16
Basic main object of all json elements.
Definition: Value.hpp:31
ejson::Array & operator=(const ejson::Array &_obj)
Copy constructor.
Definition: iterator.hpp:16
iterator begin()
Get iterator of the first Value.
iterator end()
Get iterator of the next of the last Value.