* Update serialization and conversion functions Updated JSON conversion to be able to use type aliases when saving serialized data to the DB. * Simplify and update type alias registration. Removed redundant XML comments and replaced IDictionary type aliases with Dictionary equivalents for consistency. These changes improve code readability and maintainability. * Use collection initializer syntax * Change "_type" values to "ObjectDictionary" in test files Updated the "_type" field in various JSON test files from multiple different values to a unified "ObjectDictionary". This ensures consistency across the test files and aligns with the expected type format. --------- Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com> |
||
|---|---|---|
| .. | ||
| JArrayIsland.json | ||
| JArrayWithoutType.json | ||
| JObjectIsland.json | ||
| JObjectWithoutType.json | ||
| JsonArrayIsland.json | ||
| JsonArrayWithoutType.json | ||
| JsonObjectIsland.json | ||
| JsonObjectWithoutType.json | ||
| Tests.cs | ||