{"id":22027354,"url":"https://github.com/superfell/json2apex","last_synced_at":"2025-09-08T18:37:27.050Z","repository":{"id":1822598,"uuid":"2746859","full_name":"superfell/json2apex","owner":"superfell","description":"Generate strongly typed apex code from a json structure.","archived":false,"fork":false,"pushed_at":"2025-01-03T23:37:35.000Z","size":799,"stargazers_count":147,"open_issues_count":11,"forks_count":87,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-09-01T16:58:33.023Z","etag":null,"topics":["apex","java","json","salesforce"],"latest_commit_sha":null,"homepage":"https://superfell.com/json2apex","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"taigaio/taiga-back","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/superfell.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-11-10T06:07:25.000Z","updated_at":"2025-05-30T13:19:17.000Z","dependencies_parsed_at":"2025-01-04T00:21:38.099Z","dependency_job_id":"a42f99c9-7298-44ec-a59b-77614519d6ce","html_url":"https://github.com/superfell/json2apex","commit_stats":{"total_commits":59,"total_committers":4,"mean_commits":14.75,"dds":0.1694915254237288,"last_synced_commit":"5c9500b273a269dae5b23fd8b516c99d5b395f90"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/superfell/json2apex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superfell%2Fjson2apex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superfell%2Fjson2apex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superfell%2Fjson2apex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superfell%2Fjson2apex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/superfell","download_url":"https://codeload.github.com/superfell/json2apex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superfell%2Fjson2apex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274229383,"owners_count":25245189,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"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":["apex","java","json","salesforce"],"created_at":"2024-11-30T07:37:03.562Z","updated_at":"2025-10-14T12:11:52.364Z","avatar_url":"https://github.com/superfell.png","language":"Python","readme":"# JSON2Apex\n\nThis app allows a user to paste in an instance of a json document, and have it generate strongly typed Apex code that can deserialize it.\n\nIts written in Java using the Play! framework.\n\nFor many years it was available at https://json2apex.herokuapp.com however Heroku discontinued the free tier and its no longer online there.\n\nYou can now access it instead at https://superfell.com/json2apex\n\nOr you can run it locally via docker with\n\n`docker run  -p 9091:9091 -d  ghcr.io/superfell/json2apex:latest`\n\nonce running open your browser at http://localhost:9091\n\nJSON2Apex is open source under the MIT license.\n\n## About integration-tests\n\nThe integration-test folder contains a modified version of beatbox that can call the compileClass API in the Apex API, there's a test\nrunner that will post the test json's to a running instance of the app and then send them to saleforce, if salesforce reports a compilation\nerror, that's logged in the test runner output.\n\nthe test runner requires python3 and a salesforce developer edition org.\n\n_Warning, it'll overwrite any class called JSON2ApexIntegration[_Test] you might have_\n\nrun the integration tests from the integration-test folder with\n\n    python3 tests.py \u003csfdc_username\u003e \u003csfdc_password\u003e\n\nyou'll get output similar to\n\n    Logged in at https://na45.salesforce.com/services/Soap/u/42.0/00D300000000QSf\n    Compiling 2 scripts generated from basic_object.json                explicitParse:False ✔ success\n    Compiling 2 scripts generated from basic_object.json                explicitParse:True  ✔ success\n    Compiling 2 scripts generated from dot_in_fieldname.json            explicitParse:False ✔ success\n    Compiling 2 scripts generated from dot_in_fieldname.json            explicitParse:True  ✔ success\n    Compiling 2 scripts generated from dot_in_objectname.json           explicitParse:False ✔ success\n    Compiling 2 scripts generated from dot_in_objectname.json           explicitParse:True  ✔ success\n    Compiling 2 scripts generated from field_array.json                 explicitParse:False ✔ success\n    Compiling 2 scripts generated from field_array.json                 explicitParse:True  ✔ success\n    Compiling 2 scripts generated from underscore_in_fieldname.json     explicitParse:False ✔ success\n    Compiling 2 scripts generated from underscore_in_fieldname.json     explicitParse:True  ✔ success\n\nNote that beatbox \u0026 xmltramp is GPL, not MIT like the rest of this project.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperfell%2Fjson2apex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperfell%2Fjson2apex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperfell%2Fjson2apex/lists"}