Hacker News new | ask | show | jobs
by 8n4vidtmkvmk 1345 days ago
you are correct, you can't have cycles in json. you can invent conventions for representing cycles, but can't express them natively. i did write a toJS stringifier that handles cycles, but it outputs JS not JSON