{"id":49878295,"url":"https://github.com/leanczo/query-json-generator","last_synced_at":"2026-05-15T13:12:06.907Z","repository":{"id":177126377,"uuid":"659411813","full_name":"leanczo/query-json-generator","owner":"leanczo","description":"It is an application to generate json based on a class structure","archived":false,"fork":false,"pushed_at":"2023-10-04T21:24:14.000Z","size":1683,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-10-05T08:29:04.143Z","etag":null,"topics":["project-practice"],"latest_commit_sha":null,"homepage":"https://query-json-generator.vercel.app","language":"JavaScript","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/leanczo.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,"governance":null}},"created_at":"2023-06-27T19:24:49.000Z","updated_at":"2023-09-21T14:24:52.000Z","dependencies_parsed_at":"2023-07-02T19:06:40.590Z","dependency_job_id":null,"html_url":"https://github.com/leanczo/query-json-generator","commit_stats":null,"previous_names":["leanczo/query-json-generator"],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/leanczo/query-json-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanczo%2Fquery-json-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanczo%2Fquery-json-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanczo%2Fquery-json-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanczo%2Fquery-json-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leanczo","download_url":"https://codeload.github.com/leanczo/query-json-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanczo%2Fquery-json-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33067662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["project-practice"],"created_at":"2026-05-15T13:12:06.114Z","updated_at":"2026-05-15T13:12:06.893Z","avatar_url":"https://github.com/leanczo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON Query Builder\n\nThis web application was created for a Company to allow users within the organization to dynamically build JSON queries through an easy-to-use interface. It is specifically designed to generate JSON with a predefined structure required by the company's systems by filling in inputs, adding or removing values, and generating the resulting JSON with the click of a button.\n\n![Project Screenshot](./public/screenshot.png)\n\nBelow is an example of the JSON structure that this application generates:\n\n```json\n{\n  \"Sorts\": [\n    {\n      \"propertyName\": \"name\",\n      \"descending\": true\n    }\n  ],\n  \"Filters\": [\n    {\n      \"propertyName\": \"name\",\n      \"type\": \"eq\",\n      \"value\": \"Example\"\n    }\n  ]\n}\n```\n\n## Table of Contents\n- [JSON Query Builder](#json-query-builder)\n  - [Table of Contents](#table-of-contents)\n  - [Installation](#installation)\n  - [Usage](#usage)\n  - [Contributing](#contributing)\n  - [Acknowledgements](#acknowledgements)\n\n## Installation\n\nFollow these steps to install and run the JSON Query Builder on your local machine:\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/yourusername/json-query-builder.git\n```\n\n2. Navigate to the project directory:\n\n```bash\ncd json-query-builder\n```\n\n3. Install the dependencies:\n\n```bash\nnpm install\n```\n\n4. Start the application:\n\n```\nnpm start\n```\n\nThis will run the app in development mode. Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes to the code.\n\n## Usage\n\n1. **Fill in the Inputs**: Use the input fields to specify the properties for the query you want to build. You can add or remove properties as needed.\n\n2. **Generate JSON**: Once you've filled in the necessary information, click the 'Generate JSON' button. This will produce the JSON query based on the information you provided.\n\n3. **Copy the Result**: You can now copy the resulting JSON to your clipboard for use in your application or for saving to a file.\n\n## Contributing\n\nContributions to JSON Query Builder are welcome! If you have an idea for a feature or enhancement, or if you've found a bug, please open an issue to discuss it. Pull requests are also appreciated. Please make sure that your code follows the existing style for consistency.\n\n## Acknowledgements\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleanczo%2Fquery-json-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleanczo%2Fquery-json-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleanczo%2Fquery-json-generator/lists"}