Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 987 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 987 Bytes

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.

Libaries used

Source code layout

SearchJson/
├── SearchJson/
|   ├── SearchJsonUtils.cs
├── SearchJsonTests/
│   ├── Types/
│   |   ├── ComplexNestedObject.cs
│   |   ├── FlatObject1.cs
│   |   ├── FlatObject2.cs
│   |   ├── SimpleNestedObject.cs
│   ├── IsValidJsonTests.cs
│   ├── TrySearchItemsTests.cs
│   ├── TrySearchItemTests.cs

Authors

  • Kompis Panagiotis

License

This project is licensed under the MIT License see the LICENSE.md file for details.