{"id":17438549,"url":"https://github.com/blixt/js-json","last_synced_at":"2026-01-22T14:59:54.341Z","repository":{"id":879826,"uuid":"624185","full_name":"blixt/js-json","owner":"blixt","description":"A light-weight, ECMAScript 5 compliant library for encoding/decoding JSON.","archived":false,"fork":false,"pushed_at":"2010-04-22T20:48:05.000Z","size":92,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T15:58:39.885Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blixt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-04-22T20:35:25.000Z","updated_at":"2013-09-29T12:48:28.000Z","dependencies_parsed_at":"2022-08-16T11:25:07.652Z","dependency_job_id":null,"html_url":"https://github.com/blixt/js-json","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blixt/js-json","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixt%2Fjs-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixt%2Fjs-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixt%2Fjs-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixt%2Fjs-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blixt","download_url":"https://codeload.github.com/blixt/js-json/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixt%2Fjs-json/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28664827,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T14:01:31.714Z","status":"ssl_error","status_checked_at":"2026-01-22T13:59:23.143Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-10-17T12:13:53.752Z","updated_at":"2026-01-22T14:59:54.317Z","avatar_url":"https://github.com/blixt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON library\n\n## Information\n\nA light-weight, ECMAScript 5 compliant library for serializing data to JSON and\nback.\n\nNothing will be done if a `JSON` object is already defined (for example, if a\nbrowser has native support for JSON). Note that some libraries define a global\n`JSON` object, but do not adhere to the ECMAScript 5 standard and use other\nmethod names than `parse` and `stringify`. To avoid this, simply do not use\nthat library and this library together.\n\n## Example\n\n    var json = JSON.stringify({abc: 123, def: \"ghi\", jkl: [4, 5, 6]});\n    // Same result as:\n    var json = '{\"abc\":123,\"def\":\"ghi\",\"jkl\":[4,5,6]}';\n\n## MIT license\n\nThis project is licensed under an MIT license.  \n\u003chttp://www.opensource.org/licenses/mit-license.php\u003e\n\nCopyright (c) 2009-2010 Andreas Blixt \u003candreas@blixt.org\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblixt%2Fjs-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblixt%2Fjs-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblixt%2Fjs-json/lists"}