Module nix_wasm.builtins.json
JSON serialization and deserialization builtins for Nix WASM.
Implements fromJSON and toJSON as WASM-exported functions
for the Nix evaluator.
Functions
| Name | Description |
|---|---|
fromJSON(arg)
|
Parses a JSON string into a Nix value. |
toJSON(arg)
|
Serializes a Nix value to a JSON string. |