StructuredXmlEditor icon indicating copy to clipboard operation
StructuredXmlEditor copied to clipboard

An editor for structured xml, providing a graphical interface.

Results 5 StructuredXmlEditor issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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: ![image](https://user-images.githubusercontent.com/19420583/34391922-deadbece-eb16-11e7-9181-e3a8640e05c7.png) 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...

dependencies