Skip to content

davideancona/JSONstringify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSONstringify

an implementation of JSON.stringify that does not evaluate getters, limits the depth of the visit, allows truncation of cycles
stringifyTrunc(value[,options])
value: the value to stringify options:
depth: truncation depth (0 is the root), defaults to 2
visit_cycles: cycles are visited if set to true, defaults to false

About

an implementation of JSON.stringify that does not evaluate getters, limits the depth of the visit, allows truncation of cycles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published