JsonFlatten
JsonFlatten copied to clipboard
Extension methods to flatten a JSON.NET JObject to an IDictionary<string, object> and vice versa.
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 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...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 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...
Thanks for a very useful package. In a JSON sent by an IOT device, the following path causes an index exception to be thrown when calling ``Unflatten``: ``Data.Data.Dimensions.-00705309.Width.Min`` It seems...
I've added a new node with full numeric key into Simple.json. Similar node behave wrong after Flatten and next Unflatten calls.