diff options
-rw-r--r-- | src/json/json.lisp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/json/json.lisp b/src/json/json.lisp index f46ef5a..bee63af 100644 --- a/src/json/json.lisp +++ b/src/json/json.lisp @@ -1,6 +1,10 @@ (in-package :json) -(defparameter *json* "{\"hello\": 55}") + +;;; TODO: sayı okumayı tamamla +;;; TODO: string okumayı tamamla +;;; TODO: class içinde classları recursive olarak parsla +;;; TODO: class parslarken :type ını kontrol et (defclass json-okur () ((arabellek :accessor arabellek |