{"id":18256124,"url":"https://github.com/serapath/fnjson","last_synced_at":"2025-04-08T22:26:57.771Z","repository":{"id":57239517,"uuid":"51943277","full_name":"serapath/fnjson","owner":"serapath","description":"stringify objects containing functions","archived":false,"fork":false,"pushed_at":"2016-02-17T20:31:26.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T23:45:24.827Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/serapath.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-17T18:00:29.000Z","updated_at":"2016-02-17T18:24:43.000Z","dependencies_parsed_at":"2022-08-30T00:11:13.366Z","dependency_job_id":null,"html_url":"https://github.com/serapath/fnjson","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serapath%2Ffnjson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serapath%2Ffnjson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serapath%2Ffnjson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serapath%2Ffnjson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serapath","download_url":"https://codeload.github.com/serapath/fnjson/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247517895,"owners_count":20951718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T10:20:06.156Z","updated_at":"2025-04-08T22:26:57.750Z","avatar_url":"https://github.com/serapath.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fnjson\nstringify objects containing functions\n\n## example\n```js\nvar fnjson = require('fnjson')\nvar stringify = fnjson.stringify\nvar parse = fnjson.parse\nvar clone = fnjson.clone\n\nconsole.log(JSON.parse(stringify({\n  a: function () { return 5 }\n})))\n\n//// or to e.g. minimize browserify bundle size\n\nvar parse = require('fnjson/source/node_modules/_parse')\nvar clone = require('fnjson/source/node_modules/_clone')\nvar stringify = require('fnjson/source/node_modules/_stringify')\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserapath%2Ffnjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserapath%2Ffnjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserapath%2Ffnjson/lists"}