{"id":13745119,"url":"https://github.com/kemsky/RObject","last_synced_at":"2025-05-09T04:33:58.178Z","repository":{"id":17902932,"uuid":"20858693","full_name":"kemsky/RObject","owner":"kemsky","description":"Fast reflection for ActionScript","archived":false,"fork":false,"pushed_at":"2014-09-21T20:03:40.000Z","size":420,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-04T05:05:44.556Z","etag":null,"topics":["actionscript","adobe-air","adobe-flash","adobe-flex","as3","performance","reflection"],"latest_commit_sha":null,"homepage":"","language":"ActionScript","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/kemsky.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":"2014-06-15T15:39:09.000Z","updated_at":"2022-12-30T13:58:37.000Z","dependencies_parsed_at":"2022-07-22T03:31:54.310Z","dependency_job_id":null,"html_url":"https://github.com/kemsky/RObject","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kemsky%2FRObject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kemsky%2FRObject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kemsky%2FRObject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kemsky%2FRObject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kemsky","download_url":"https://codeload.github.com/kemsky/RObject/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224819813,"owners_count":17375339,"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":["actionscript","adobe-air","adobe-flash","adobe-flex","as3","performance","reflection"],"created_at":"2024-08-03T05:01:22.795Z","updated_at":"2024-11-15T17:31:20.913Z","avatar_url":"https://github.com/kemsky.png","language":"ActionScript","readme":"RObject\n=======\n\nFast reflection for ActionScript, based on describeTypeJSON function\n\nSee http://tillschneidereit.net/2009/11/22/improved-reflection-support-in-flash-player-10-1/\n\nThe main limitation of the `avmplus.describeTypeJSON` function is that it can only be applied to instances.\nRObject internally uses describeTypeJSON function where possible and falls back to parsing XML output of `flash.utils.describeType`\nfunction, providing compatible object descriptor.\n\nUsage\n\n```ActionScript\nvar flags:int = R.VARIABLES | R.METADATA | R.TRAITS;\nvar descriptor:RObject = R.describe(test, flags);\n```","funding_links":[],"categories":["Unsorted"],"sub_categories":["Other API"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkemsky%2FRObject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkemsky%2FRObject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkemsky%2FRObject/lists"}