VisualJsonEditor icon indicating copy to clipboard operation
VisualJsonEditor copied to clipboard

A JSON schema based file editor for Windows.

Results 20 VisualJsonEditor issues
Sort by recently updated
recently updated
newest added

The download link https://ci.appveyor.com/api/buildjobs/gq8ry3py63f0yk8f/artifacts/src/VisualJsonEditor.Installer/bin/Release/VisualJsonEditor.msi return `{"message":"Artifact not found or access denied."}`

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 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

It would be very nice to have the `JsonEditor` component, without the rest of the demo application, as a NuGet package. Could it be split out into its own assembly...

If `MainWindow` not available, or an exception is thrown by `ExceptionBox.Show`, then we fallback on `MessageBox.Show` as a last resort.

Calling Close on MainWindow is sometimes not sufficient to properly close the application. I couldn't reproduce it consistently, but several time closing the app would not stop the debugger in...

If Sample.json is missing on first launch, an exception is thrown and never shown and the application doesn't even start (this is due to another bug that will be fixed...

Hello! The link to download the installer for this program returns ```json {"message":"Artifact not found or access denied."} ```

I've compiled the program from source and trying to load the following JSON: [https://raw.githubusercontent.com/usnistgov/oscal-content/master/examples/ssp/json/ssp-example.json](https://raw.githubusercontent.com/usnistgov/oscal-content/master/examples/ssp/json/ssp-example.json) With the following Schema: [https://raw.githubusercontent.com/usnistgov/OSCAL/main/json/schema/oscal_ssp_schema.json](https://raw.githubusercontent.com/usnistgov/OSCAL/main/json/schema/oscal_ssp_schema.json) When I load the files, I get the following error in...

help wanted

Every single actually not sampleish json I open reports this: > System.InvalidCastException: Cannot convert 'Newtonsoft.Json.Linq.JArray' to 'Newtonsoft.Json.Linq.JObject'. > at VisualJsonEditor.Models.JsonObjectModel.GetSchemaProperty(String filePath) at C:\projects\visualjsoneditor\src\VisualJsonEditor\Models\JsonObjectModel.cs:line 75 > at VisualJsonEditor.ViewModels.MainWindowModel.c__DisplayClass59_0.d.MoveNext() at C:\projects\visualjsoneditor\src\VisualJsonEditor\ViewModels\MainWindowModel.cs:line191 >...

Hiya, I love this program, but as I'm getting deeper into it I'm running into some bad pain-points. If I open a json file with a given schema, and the...