Skip to content

Search JSON Utilities for primitive types & string

License

Notifications You must be signed in to change notification settings

PKompis/SearchJson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Search JSON Utilities for primitive types & string

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages