doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde
2017-12-07 08:23:08 +01:00
parent 9ff17379c2
commit 7d440d04aa
12 changed files with 69 additions and 197 deletions

View File

@@ -25,6 +25,10 @@
</return>
<argument index="0" name="value" type="Variant">
</argument>
<argument index="1" name="indent" type="String" default="&quot;&quot;">
</argument>
<argument index="2" name="sort_keys" type="bool" default="false">
</argument>
<description>
Converts a Variant var to JSON text and returns the result. Useful for serializing data to store or send over the network.
</description>