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

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

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
```