mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01:00
Test an object with two memebrs
This commit is contained in:
@@ -26,6 +26,9 @@ size_t IndentedPrintDecorator::write(uint8_t c)
|
||||
return writeln() + sink.write(c);
|
||||
}
|
||||
|
||||
case ',':
|
||||
return sink.write(c) + writeln();
|
||||
|
||||
default:
|
||||
|
||||
if (emptyBlock)
|
||||
|
||||
Reference in New Issue
Block a user