• Stars
    star
    215
  • Rank 183,925 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 12 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

javascript plugin to convert object with functions to string and string to object

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);