Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/malikov0216/if-json-has


https://github.com/malikov0216/if-json-has

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# If JSON has "dependency"

This library returns if JSON has certain dependency.
## Installation

Use the "go get".

```bash
go get github.com/malikov0216/if-json-has
```

## Usage

```go
import (
"fmt"
hasJSON "github.com/malikov0216/if-json-has"
)

func main () {
if hasDep := hasJSON.FileRead("source to json", "project name"); hasDep {
//do-something-here
}
}
```

## License
[MIT](https://choosealicense.com/licenses/mit/)