| 125 | } |
| 126 | |
| 127 | void EndObj() { |
| 128 | PopIndent(); |
| 129 | AddIndentation(); |
| 130 | first = false; |
| 131 | buff << "}" << newline; |
| 132 | } |
| 133 | |
| 134 | void StartArray(bool is_element = false) { |
| 135 | // if this appears as a plain array element, we need to insert a delimiter and we should also indent it |
no outgoing calls
no test coverage detected