11 lines
112 B
Nix
11 lines
112 B
Nix
|
builtins.toJSON {
|
||
|
a.b = [
|
||
|
true
|
||
|
false
|
||
|
"it's a bird"
|
||
|
{
|
||
|
c.d = throw "hah no";
|
||
|
}
|
||
|
];
|
||
|
}
|