https://github.com/suzuki-shunsuke/go-dataeq
Go library to check if two values are equal as data format such as JSON
https://github.com/suzuki-shunsuke/go-dataeq
golang library oss
Last synced: about 2 months ago
JSON representation
Go library to check if two values are equal as data format such as JSON
- Host: GitHub
- URL: https://github.com/suzuki-shunsuke/go-dataeq
- Owner: suzuki-shunsuke
- License: mit
- Created: 2020-01-26T14:39:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T17:11:37.000Z (2 months ago)
- Last Synced: 2025-03-06T18:25:09.583Z (2 months ago)
- Topics: golang, library, oss
- Language: Go
- Homepage: https://pkg.go.dev/github.com/suzuki-shunsuke/go-dataeq/dataeq
- Size: 435 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# go-dataeq
[](https://pkg.go.dev/github.com/suzuki-shunsuke/go-dataeq/v2/dataeq)
[](https://cloud.drone.io/suzuki-shunsuke/go-dataeq)
[](https://codeclimate.com/github/suzuki-shunsuke/go-dataeq/test_coverage)
[](https://goreportcard.com/report/github.com/suzuki-shunsuke/go-dataeq)
[](https://github.com/suzuki-shunsuke/go-dataeq)
[](https://raw.githubusercontent.com/suzuki-shunsuke/go-dataeq/main/LICENSE)Go library to check if two values are equal as data format such as JSON.
This is inspired to [go-jsoneq](https://github.com/suzuki-shunsuke/go-jsoneq), and provides a general API to support various data formats (ex. YAML).
## Example
[examples](dataeq/example_test.go)
## License
[MIT](LICENSE)