https://github.com/onflow/cddl
A CDDL implementation in Go
https://github.com/onflow/cddl
Last synced: 8 months ago
JSON representation
A CDDL implementation in Go
- Host: GitHub
- URL: https://github.com/onflow/cddl
- Owner: onflow
- License: apache-2.0
- Created: 2022-12-08T20:40:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T22:03:22.000Z (over 3 years ago)
- Last Synced: 2025-04-27T22:33:02.198Z (about 1 year ago)
- Language: Go
- Size: 59.6 KB
- Stars: 4
- Watchers: 30
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# CDDL
A CDDL (Concise Data Definition Language, RFC 8610) implementation for Go.
## Usage
Validate a CDDL file:
```sh
go run ./cmd/validate
```