aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/JSON.xml
diff options
context:
space:
mode:
authorRémi Verschelde2017-09-17 18:57:13 +0200
committerRémi Verschelde2017-09-17 18:57:17 +0200
commit574a5714dcbf5fcf126f3f99caab62a345e665c1 (patch)
treefd213f0300b118ba042f5e83d9aafdbe33feb170 /doc/classes/JSON.xml
parent07d18a00763855908856bdaee868bd4ca8deb52f (diff)
downloadgodot-574a5714dcbf5fcf126f3f99caab62a345e665c1.tar.gz
godot-574a5714dcbf5fcf126f3f99caab62a345e665c1.tar.zst
godot-574a5714dcbf5fcf126f3f99caab62a345e665c1.zip
doc: Sync classref and escape comparators
[ci skip]
Diffstat (limited to 'doc/classes/JSON.xml')
-rw-r--r--doc/classes/JSON.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/classes/JSON.xml b/doc/classes/JSON.xml
new file mode 100644
index 000000000..a38b2f61c
--- /dev/null
+++ b/doc/classes/JSON.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<class name="JSON" inherits="Object" category="Core" version="3.0.alpha.custom_build">
+ <brief_description>
+ </brief_description>
+ <description>
+ </description>
+ <tutorials>
+ </tutorials>
+ <demos>
+ </demos>
+ <methods>
+ <method name="parse">
+ <return type="JSONParseResult">
+ </return>
+ <argument index="0" name="json" type="String">
+ </argument>
+ <description>
+ </description>
+ </method>
+ <method name="print">
+ <return type="String">
+ </return>
+ <argument index="0" name="value" type="Variant">
+ </argument>
+ <description>
+ </description>
+ </method>
+ </methods>
+ <constants>
+ </constants>
+</class>