mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 15:32:43 +01:00
Merge pull request #2221 from 7c6f434c/doc-floats-2.0
backport: manual: builtins.fromJSON: floats
This commit is contained in:
commit
300594f053
1 changed files with 1 additions and 2 deletions
|
|
@ -479,8 +479,7 @@ builtins.fromJSON ''{"x": [1, 2, 3], "y": null}''
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
|
||||||
returns the value <literal>{ x = [ 1 2 3 ]; y = null;
|
returns the value <literal>{ x = [ 1 2 3 ]; y = null;
|
||||||
}</literal>. Floating point numbers are not
|
}</literal>.</para></listitem>
|
||||||
supported.</para></listitem>
|
|
||||||
|
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue