Add stringify to safe-fns
This commit is contained in:
@@ -46,4 +46,5 @@
|
||||
'println #(js/console.log %)
|
||||
'make-paths make-paths
|
||||
'make-listeners make-listeners
|
||||
'parse #(js->clj (js/JSON.parse %))})
|
||||
'parse #(js->clj (js/JSON.parse %))
|
||||
'stringify #(js/JSON.stringify (clj->js %))})
|
||||
Reference in New Issue
Block a user