diff --git a/io/io/src/TBufferJSON.cxx b/io/io/src/TBufferJSON.cxx index 1f8a077bfd2b3..c99e9a9144376 100644 --- a/io/io/src/TBufferJSON.cxx +++ b/io/io/src/TBufferJSON.cxx @@ -3079,7 +3079,7 @@ void TBufferJSON::JsonWriteConstChar(const char* value, Int_t len) { if (value==0) { - fValue.Append("null"); + fValue.Append("\"\""); } else {