From fdeb8e5de32f21a4a016b99165d248a7d8c3abde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Fri, 3 Feb 2023 14:39:39 -0300 Subject: Change api and add object generation --- load.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'load.lisp') 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))) -- cgit v1.2.3