I noticed that the value of false (unquoted) displays incorrectly in the tree viewer. ```javascript { "name": "foo", "isFoo": true, "isBar": false, "isTrueString": "true", "isFalseString": "false" } ``` See the value for isBar displays as: `fals`