When creating/modifying a .jsonc object dictionary, disabled PDOs do not clearly indicate that they are disabled. Currently COB values show as: ```jsonc { "value": 2147483648 } ``` But it would be clearer to show: ```jsonc { "value": 2147483648 // Disabled PDO } ```
{ "value": 2147483648 }