Closed jiangts closed 8 years ago
Small thing: in the getting started page,
(def w (t/writer :json-verbose {:handlers {Point (PointHandler.) Size (SizeHandler.) Rect (RectHandler.)}})
a closing parenthesis is missing! Was copying and pasting into the repl and was wondering why the code wasn't returning...
added, thx
Small thing: in the getting started page,
a closing parenthesis is missing! Was copying and pasting into the repl and was wondering why the code wasn't returning...