Skip to content

Library to simplify JSON, replacing circular and repeated structures by the path leading to the first time this structure happens (in breadth-first search).

License

Notifications You must be signed in to change notification settings

Keenpoint/json-references

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-references

This project is going smarter, and changing name! This repository is now deprecated. Go to its new home: smart-circular.

Simplify JS objects, replacing circular references by the path leading to the parent reference. Useful before a JSON.stringify() or a recursive navigation over the object.

About

Library to simplify JSON, replacing circular and repeated structures by the path leading to the first time this structure happens (in breadth-first search).

Resources

License

Stars

Watchers

Forks

Packages

No packages published