summaryrefslogtreecommitdiff
path: root/load.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'load.lisp')
-rw-r--r--load.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/load.lisp b/load.lisp
index c8c1194..c808774 100644
--- a/load.lisp
+++ b/load.lisp
@@ -113,8 +113,8 @@
(_ whitespace))
v))
-(defun parse-string (str)
+(defun from-string (str)
(run json-value (input:from-string str)))
-(defun parse-file (file)
+(defun from-file (file)
(run json-value (input:from-file file)))