Daniele Bonini (皮夕): WebDev and DevOps by lots of Simplicity bits 4 жил өмнө
parent
commit
ab77e768d7
1 өөрчлөгдсөн 18 нэмэгдсэн , 0 устгасан
  1. 18 0
      README.md

+ 18 - 0
README.md

@@ -0,0 +1,18 @@
+# serialize-javascript-nonpm
+Serialize JavaScript to a superset of JSON that includes regular expressions and functions from Yahoo (no NPM requirements)
+
+## USAGE
+Serializer:  
+serialize(obj);   
+   
+Avilable options:   
+space   
+isJSON  
+unsafe
+ignoreFunction
+
+Deserializer:  
+deserialize(jsons);  
+
+For more details please visit this link:  
+https://github.com/yahoo/serialize-javascript