aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/json.d.tl
diff options
context:
space:
mode:
Diffstat (limited to 'teal-src/util/json.d.tl')
-rw-r--r--teal-src/util/json.d.tl5
1 files changed, 5 insertions, 0 deletions
diff --git a/teal-src/util/json.d.tl b/teal-src/util/json.d.tl
new file mode 100644
index 00000000..86a1495e
--- /dev/null
+++ b/teal-src/util/json.d.tl
@@ -0,0 +1,5 @@
+local record lib
+ encode : function (any) : string
+ decode : function (string) : any, string
+end
+return lib