mirror of
https://github.com/wez/wezterm.git
synced 2024-11-09 22:15:15 +03:00
5190c3e6cb
before: ``` > { a = {'a'}, 1, {2} } [ 1, [ 2, ], ] ``` after: ``` > { a = {'a'}, 1, {2} } { "a": [ "a", ], 1: 1, 2: [ 2, ], } ``` refs: https://github.com/wez/wezterm/pull/4336 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |