Files
Ben Kunkle 4a0cdb0a71 Ability to update JSON arrays (#38087)
Closes #ISSUE

Adds the ability to our JSON updating code to update arrays within other
objects. Previously updating of arrays was limited to just top level
arrays (i.e. `keymap.json`) however this PR makes it so nested arrays
are supported as well using `#{index}` syntax as a key.

This PR also fixes an issue with the array updating code that meant that
updating empty json values `""` or an empty `keymap.json` file in the
case of the Keymap Editor would fail instead of creating a new array.

Release Notes:

- Fixed an issue where keybindings would fail to save in the Keymap
Editor if the `keymap.json` file was completely empty
2025-09-14 12:13:20 -05:00
..
2025-09-09 16:17:14 -06:00
2025-08-13 13:25:52 -06:00
2025-04-02 13:26:34 -07:00
2025-09-01 10:49:09 +02:00
2025-08-19 20:33:44 +00:00
2025-07-17 14:25:55 +00:00
2025-07-08 14:34:57 +00:00
2025-08-21 06:48:04 +00:00
2025-04-02 13:26:34 -07:00
2025-09-11 19:14:55 -04:00