Improve null and object printing to avoid confusion with arrays

- Use different syntax for object printing to avoid confusion with arrays.
- Print null as `<null>` to avoid confusion with a string `"null"`.
- Display `<empty>` in editor resource pickers to avoid confusion
  with array-based properties.
This commit is contained in:
Hugo Locurcio
2022-07-25 00:15:20 +02:00
parent de5f13e935
commit 291d3aaabe
8 changed files with 13 additions and 13 deletions
@@ -1,4 +1,4 @@
GDTEST_OK
null
<null>
true
false