StructuredXmlEditor
StructuredXmlEditor copied to clipboard
An editor for structured xml, providing a graphical interface.
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
I get a "This operation would create a malformed document" error when trying to output a file with a collection of structs to JSON or YAML.
My definitions file looks like this:  If I make a new json based on this and change the enum, it isn't visible (though an extra null appears in the...
How can I create a Foo struct that contains a collection of Foos? I tried creating an empty struct under the collection with the same name as the main struct...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...