KeyValue Module
Flat `string,string` contract projection for config-style schemas. This backend is intentionally narrower than JSON or XML: it targets flattened key/value surfaces such as app settings or environment variables.
Types and nested modules
| Type/Module | Description |
|
|
|
|
A compiled flat key/value codec for a specific schema. |
|
|
|
|
|
Options controlling how flattened keys are named. |
Functions and values
| Function or value |
Description
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
deserializeSeq codec values
Parameters:
Codec<'T>
values : (string * string) seq
Returns: 'T
|
Deserializes any sequence of key/value pairs by first normalizing it to a map.
|
|
CodecMapper