Begins a sub-section within the current section and makes it the active write context
| 66 | |
| 67 | /// Begins a sub-section within the current section and makes it the active write context |
| 68 | BOOL ValidateJsonWriter::beginsub(const std::string& key, ContainerType type) { |
| 69 | return begin(key, type); |
| 70 | } |
| 71 | |
| 72 | /// Writes a simple value into the current context |
| 73 | BOOL ValidateJsonWriter::write(const std::string& value) { |