Skip to content

Commit

Permalink
add ref links
Browse files Browse the repository at this point in the history
  • Loading branch information
lostbean committed Nov 29, 2024
1 parent 7dc2a2c commit 235560c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gleam add json_blueprint

## Usage

json_blueprint provides utilities for encoding and decoding JSON data, with special support for union types.
json_blueprint provides utilities for encoding and decoding JSON data, with special support for union types. The generated JSON schemas can be used to validate incoming JSON data with the decoder. The JSON schema follows the [JSON Schema Draft 7](https://json-schema.org/) specification and can tested and validate on [JSON Schema Lint](https://jsonschemalint.com/#!/version/draft-07/markup/json).

### Encoding Union Types

Expand Down

0 comments on commit 235560c

Please sign in to comment.