Designates that the current node should be output as an array, not an object
| 364 | |
| 365 | //! Designates that the current node should be output as an array, not an object |
| 366 | void makeArray() |
| 367 | { |
| 368 | itsNodeStack.top() = NodeType::StartArray; |
| 369 | } |
| 370 | |
| 371 | //! @} |
| 372 |