terminal/dep
Mike Griese 8a69be0cc7
Switch to jsoncpp as our json library (#1005)
Switch to using jsoncpp as our json library. This lets us pretty-print the json file by default, and lets users place comments in the json file.

We will now only re-write the file when the actual logical structure of the json object changes, not only when the serialization changes.

Unfortunately, this will remove any existing ordering of profiles, and make the order random. We don't terribly care though, because when #754 lands, this will be less painful.

It also introduces a top-level globals object to hold all the global properties, including keybindings. Existing profiles should gracefully upgrade.
2019-06-04 16:55:27 -05:00
..
Console Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
gsl@b74b286d5e Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
jsoncpp Switch to jsoncpp as our json library (#1005) 2019-06-04 16:55:27 -05:00
NT Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
nuget Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
packages Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
telemetry Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
wil@fbcd1d2abb Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
Win32K Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
WinAppDriver Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00