forked from lix-project/lix
manual: builtins.fromJSON: remove the claim that floats are not allowed
floating-point numbers are supported now, including the fromJSON builtin. Reported on IRC by inquisitiv3
This commit is contained in:
parent
74144ae845
commit
17bc757980
|
@ -509,8 +509,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…
Reference in a new issue