@@ -129,7 +129,7 @@ public UIToolView View
     // Smart detection handler.
     public void OnDataReceived(string dataTypeName, object? parsedData)
     {
-        if (dataTypeName == PredefinedCommonDataTypeNames.Json &&
+        if (dataTypeName == PredefinedCommonDataTypeNames.JsonArray &&
             parsedData is string jsonStrongTypedParsedData)
         {
             _inputTextArea.Text(jsonStrongTypedParsedData);