A JSON array. More...
Inherits std::vector< T >.
Static Public Attributes | |
| static Array | Empty |
| Empty array constant. | |
Additional Inherited Members | |
Public Attributes inherited from std::vector< T > | |
| T | elements |
| STL member. | |
A JSON array.
This class represents a JSON array. It is implemented as a std::vector<Json::Value> – no new API to learn here!
1.8.4