{"id":21375127,"url":"https://github.com/amirisback/json-builder","last_synced_at":"2026-05-07T12:31:27.081Z","repository":{"id":262048487,"uuid":"568284249","full_name":"amirisback/json-builder","owner":"amirisback","description":"Json Generator With Kotlin","archived":false,"fork":false,"pushed_at":"2024-11-10T09:12:25.000Z","size":906,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T10:52:27.009Z","etag":null,"topics":["action","cronjob","json","json-generator","kotlin","tools","workflow"],"latest_commit_sha":null,"homepage":"https://amirisback.github.io/json-generator/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amirisback.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"amirisback","patreon":null,"open_collective":null,"ko_fi":"amirisback","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":"https://saweria.co/amirisback"}},"created_at":"2022-11-20T02:50:17.000Z","updated_at":"2024-11-10T13:46:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"c8ccc6a2-b11d-4086-bbd6-80d0c699329b","html_url":"https://github.com/amirisback/json-builder","commit_stats":null,"previous_names":["amirisback/json-builder"],"tags_count":1,"template":true,"template_full_name":"amirisback/init-repository","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amirisback%2Fjson-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amirisback%2Fjson-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amirisback%2Fjson-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amirisback%2Fjson-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amirisback","download_url":"https://codeload.github.com/amirisback/json-builder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243848768,"owners_count":20357632,"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":["action","cronjob","json","json-generator","kotlin","tools","workflow"],"created_at":"2024-11-22T08:49:19.237Z","updated_at":"2025-12-25T11:35:13.267Z","avatar_url":"https://github.com/amirisback.png","language":"Kotlin","funding_links":["https://github.com/sponsors/amirisback","https://ko-fi.com/amirisback","https://saweria.co/amirisback"],"categories":[],"sub_categories":[],"readme":"## Json Generator\nGenerate Json File With Simple Function\n\n## Screen Shot\n![](docs/image/ss_1.png?raw=true)\n\n## How To Use\n\n### Tools\n- Intellij IDEA\n- Kotlin v 1.8.0\n\n### Using JsonGenerator\n```kotlin\nJsonGenerator.Builder().createJson(JsonArgument(fileName, data))\n```\n\n### Sample\n\n```kotlin\nobject SimpleGenerator {\n\n    fun run() {\n        val random = (80..90)\n\n        val server1 = Server(\"amirisback.github.io\", \"192.168.0.1\", random.random())\n        val server2 = Server(\"frogobox.github.io\", \"192.168.0.1\", random.random())\n\n        val serverList = listOf(server1, server2)\n        val serverModel = BaseModel(serverList)\n\n        JsonGenerator.Builder().createJson(\n            argument = JsonArgument(\n                fileName = \"server\",\n                data = serverModel\n            )\n        )\n    }\n\n}\n```\n\n\n\n## Colaborator\nVery open to anyone, I'll write your name under this, please contribute by sending an email to me\n\n- Mail To faisalamircs@gmail.com\n- Subject : Github _ [Github-Username-Account] _ [Language] _ [Repository-Name]\n- Example : Github_amirisback_kotlin_admob-helper-implementation\n\nName Of Contribute\n- Muhammad Faisal Amir\n- Waiting List\n- Waiting List\n\nWaiting for your contribute\n\n## Attention !!!\n- Please enjoy and don't forget fork and give a star\n- Don't Forget Follow My Github Account\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famirisback%2Fjson-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famirisback%2Fjson-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famirisback%2Fjson-builder/lists"}