The Search JSON is a library for searching properties recursively inside a JSON by specifying just the property name and its type. Only primitive types are supported and string.
This library is just a simple experiment of mine and for production usage needs further testing and benchmarking.
SearchJson/
├── SearchJson/
| ├── SearchJsonUtils.cs
├── SearchJsonTests/
│ ├── Types/
│ | ├── ComplexNestedObject.cs
│ | ├── FlatObject1.cs
│ | ├── FlatObject2.cs
│ | ├── SimpleNestedObject.cs
│ ├── IsValidJsonTests.cs
│ ├── TrySearchItemsTests.cs
│ ├── TrySearchItemTests.cs
- Kompis Panagiotis
This project is licensed under the MIT License see the LICENSE.md file for details.