alepha@docs:~/docs/reference/providers$
cat KeylessJsonSchemaCodec.md
1 min read
Last commit:

#KeylessJsonSchemaCodec

#Import

typescript
1import { KeylessJsonSchemaCodec } from "alepha";

#Overview

KeylessJsonSchemaCodec provides schema-driven JSON encoding without keys.

It uses the schema to determine field order, allowing the encoded output to be a simple JSON array instead of an object with keys.