Tracks the "JSON stack" open item in [`PLAN.md`](../blob/main/PLAN.md) §5. ### Tasks - [ ] Audit whether the v2 code still references `Newtonsoft.Json` (the dead `Serializers.cs` using `TypeNameHandling.All` was already removed in #267). - [ ] If present, migrate remaining usage to `System.Text.Json`. - [ ] Drop the `Newtonsoft.Json` package reference from `Directory.Packages.props` and project files. Legacy-cruft cleanup; pairs with the de-Microsoft rebrand.
Tracks the "JSON stack" open item in
PLAN.md§5.Tasks
Newtonsoft.Json(the deadSerializers.csusingTypeNameHandling.Allwas already removed in Updates OCGV and SHOT to Terminal.Gui v2 PowerShell/ConsoleGuiTools#267).System.Text.Json.Newtonsoft.Jsonpackage reference fromDirectory.Packages.propsand project files.Legacy-cruft cleanup; pairs with the de-Microsoft rebrand.