{"id":20401228,"url":"https://github.com/rubenjgarcia/jsonata-transformer-ui","last_synced_at":"2026-05-09T08:02:57.538Z","repository":{"id":199728068,"uuid":"703025520","full_name":"rubenjgarcia/jsonata-transformer-ui","owner":"rubenjgarcia","description":"JSONata transformer UI","archived":false,"fork":false,"pushed_at":"2025-01-16T11:15:42.000Z","size":481,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-05T01:42:25.415Z","etag":null,"topics":["json","jsonata","transformer"],"latest_commit_sha":null,"homepage":"https://rubenjgarcia.github.io/jsonata-transformer-ui/","language":"TypeScript","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/rubenjgarcia.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-10T13:04:29.000Z","updated_at":"2025-01-16T11:15:44.000Z","dependencies_parsed_at":"2023-10-12T00:51:01.280Z","dependency_job_id":"92264b25-6e14-49de-8d41-0d7ea7a40518","html_url":"https://github.com/rubenjgarcia/jsonata-transformer-ui","commit_stats":null,"previous_names":["rubenjgarcia/jsonata-transformer-ui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rubenjgarcia/jsonata-transformer-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenjgarcia%2Fjsonata-transformer-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenjgarcia%2Fjsonata-transformer-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenjgarcia%2Fjsonata-transformer-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenjgarcia%2Fjsonata-transformer-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubenjgarcia","download_url":"https://codeload.github.com/rubenjgarcia/jsonata-transformer-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenjgarcia%2Fjsonata-transformer-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32811662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["json","jsonata","transformer"],"created_at":"2024-11-15T04:48:36.190Z","updated_at":"2026-05-09T08:02:57.497Z","avatar_url":"https://github.com/rubenjgarcia.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003ch2\u003eJSONata Transformer 🤖\u003c/h2\u003e\n\u003cp\u003eTest your JSONata transformers on the fly.\u003c/\u003e\n\n[![MIT License][license-badge]][license]\n[![PRs Welcome][prs-badge]][prs]\n\n[![Watch on GitHub][github-watch-badge]][github-watch]\n[![Star on GitHub][github-star-badge]][github-star]\n\n\u003chr /\u003e\n\n\u003cimg alt=\"header\" src=\"./app-screenshot.png\" /\u003e\n\n\u003ch3\u003eFeatures: Preview output JSON based on your JSONata transformers, validation and errors on the fly, and more...\u003c/h3\u003e\n\n\u003c/div\u003e\n\n\u003chr/\u003e\n\n# The problem\n\nMaybe you heard about [JSONata](https://jsonata.org/). If you didn't hear about it, it's a JSON query and transformation language\n\nIt's powerful and you can do a lot of things with it. Basically you can do [everything you can imagine](https://docs.jsonata.org)\n\nYou can [try it here](https://try.jsonata.org/) to see its power\n\nThe _problem_ is that maybe you want to see how it's going to be a JSON transformed using this framework\n\n# This solution\n\nJSONata Transformer uses custom editors to help you build your `Transformers` using JSONata functions and queries\n\nYou use a JSON as the input and you create a JSON structure with JSONata functions and queries on it\n\nYou can see the output in the Output box \n\n_This project is experimental any problems are issues feel free to raise GitHub issues or just reach out.._\n\n# Getting Started\n\n1. Visit [https://rubenjgarcia.github.io/jsonata-transformer-ui](https://https://rubenjgarcia.github.io/jsonata-transformer-ui).\n\n2. Paste your JSON into the \"Input JSON\" editor.\n\n3. Create a new JSON using JSONata transformers based on your input.\n\n4. Once you are happy with your transformers you can quickly copy the result to clipboard using the editor icons.\n\n# Contributing\n\nThis project is inspired by [Amazon Eventbridge Transformer](https://github.com/boyney123/eventbridge-transformer)\n\nIf you have any questions, features or issues please raise any issue or pull requests you like. I will try my best to get back to you.\n\n[license-badge]: https://img.shields.io/github/license/rubenjgarcia/jsonata-transformer-ui.svg?color=yellow\n[license]: https://github.com/rubenjgarcia/jsonata-transformer-ui/blob/main/LICENCE\n[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\n[prs]: http://makeapullrequest.com\n[github-watch-badge]: https://img.shields.io/github/watchers/rubenjgarcia/jsonata-transformer-ui.svg?style=social\n[github-watch]: https://github.com/rubenjgarcia/jsonata-transformer-ui/watchers\n[github-star-badge]: https://img.shields.io/github/stars/rubenjgarcia/jsonata-transformer-ui.svg?style=social\n[github-star]: https://github.com/rubenjgarcia/jsonata-transformer-ui/stargazers\n\n\n# License\n\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubenjgarcia%2Fjsonata-transformer-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubenjgarcia%2Fjsonata-transformer-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubenjgarcia%2Fjsonata-transformer-ui/lists"}