aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/format/json.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-05-12 00:10:07 -0400
committerEduardo Julian2019-05-12 00:10:07 -0400
commit9e6c63e80d3a25db4f2dbc9cef5439b59f03ee0a (patch)
tree362612f4a4453af0b4adf4c8cd7db5b1abba9e21 /stdlib/source/lux/data/format/json.lux
parent40b78c71285776659191e2df56da33b594879266 (diff)
Adjusted the analysis to the changes in the interop layer.
Diffstat (limited to 'stdlib/source/lux/data/format/json.lux')
-rw-r--r--stdlib/source/lux/data/format/json.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/data/format/json.lux b/stdlib/source/lux/data/format/json.lux
index 1bbdc4ee0..219f7cd9b 100644
--- a/stdlib/source/lux/data/format/json.lux
+++ b/stdlib/source/lux/data/format/json.lux
@@ -356,4 +356,4 @@
(structure: #export codec (Codec Text JSON)
(def: encode ..format)
- (def: decode (function (_ input) (l.run input (json~' [])))))
+ (def: decode (l.run (json~' []))))