Greg Dennis

Results 715 comments of Greg Dennis

Two more extensions: - Inversions (undo) - Condensing (merging two patches)

Someone contributed some code a while ago that can create a patch from two documents (and even two objects), but there was no intermediate diff, so I left this open.

Hey Darrel, the context object is an internal implementation detail. It's not intended to be exposed. However, I'm happy to hear more about your requirement and discuss options.

@SteveGilham thanks for the report. I'm surprised that someone is using this functionality. I included it at a whim when I first created this library quite a long time ago....

https://json-everything.net/json-schema#error-reporting & https://json-everything.net/json-schema#localization I actually need help with it. If you can create a resource pack with your localization and submit a PR, I'll publish it.

@handrenmuhammad did you have any further questions around localization?

This is going to require a parser: the syntax is nearly JSON but somewhat different, so it's unsupported by `System.Text.Json`.

It could also find common mistakes like the one in #277.

Will need to support some sort of analog to WPF's _attached properties_ to store the non-standard information contained in the JSON. Otherwise, converting back to a string will not result...

See _[nonstandard](https://github.com/gregsdennis/Manatee.Json/tree/nonstandard)_ branch.