Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 440 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 440 Bytes

JSONfn

Javascript (both node.js and browser) plugin to stringify / parse / clone jsvascript objects with

  • Functions
  • RegExp
  • Date

Version - 1.1.0

Copyright (c) Vadim Kiryukhin ( vkiryukhin @ gmail.com )

Home page: http://www.eslinstructor.net/jsonfn/

License: MIT

Basic usage:

var str = JSONfn.stringify(obj);

var obj = JSONfn.parse(str);