{"id":13743885,"url":"https://github.com/begriffs/jsobject","last_synced_at":"2026-03-06T04:03:52.963Z","repository":{"id":141768180,"uuid":"2258525","full_name":"begriffs/jsobject","owner":"begriffs","description":"Nicer JavaScript objects through ExternalInterface in ActionScript 3","archived":false,"fork":false,"pushed_at":"2011-08-23T23:31:09.000Z","size":96,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T03:27:11.615Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"ActionScript","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/begriffs.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":"2011-08-23T23:22:18.000Z","updated_at":"2017-02-06T09:13:29.000Z","dependencies_parsed_at":"2023-03-12T07:10:49.358Z","dependency_job_id":null,"html_url":"https://github.com/begriffs/jsobject","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/begriffs/jsobject","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/begriffs%2Fjsobject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/begriffs%2Fjsobject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/begriffs%2Fjsobject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/begriffs%2Fjsobject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/begriffs","download_url":"https://codeload.github.com/begriffs/jsobject/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/begriffs%2Fjsobject/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30161345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"online","status_checked_at":"2026-03-06T02:00:08.268Z","response_time":250,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-08-03T05:00:58.994Z","updated_at":"2026-03-06T04:03:52.905Z","avatar_url":"https://github.com/begriffs.png","language":"ActionScript","readme":"Provides a nicer way to access JavaScript objects through\nExternalInterface in ActionScript 3.\n\n## Before\n\n    ExternalInterface.call('obj.method', arg1, arg2, ...);\n    ExternalInterface.call('obj.method2', arg1, arg2, ...);\n    ExternalInterface.call('obj.method3', arg1, arg2, ...);\n\n## After\n\n    var obj = jsObject('obj');\n    obj.method(arg1, arg2, ...);\n    obj.method2(arg1, arg2, ...);\n    obj.method3(arg1, arg2, ...);\n\nThis library provides a global function jsObject(obj:String):Object. The\nargument obj names a currently instantiated JavaScript object. The\nfunction returns an ActionScript object with the same method signature\nas the referenced JavaScript object, but without non-method properties.\n\nThe ActionScript object stub uses ExternalInterface to pass parameters,\nget return values, and marshall exceptions. If the JavaScript object\nhas no methods, or is not found, then jsObject returns null.\n","funding_links":[],"categories":["File Formats"],"sub_categories":["JavaScript"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbegriffs%2Fjsobject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbegriffs%2Fjsobject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbegriffs%2Fjsobject/lists"}