{"id":26126195,"url":"https://github.com/discoveryjs/jora-sandbox","last_synced_at":"2025-04-13T16:11:24.028Z","repository":{"id":37934404,"uuid":"195631685","full_name":"discoveryjs/jora-sandbox","owner":"discoveryjs","description":"A Web interface to play with Jora (a JSON query language) syntax or transform some JSON with zero setup","archived":false,"fork":false,"pushed_at":"2023-01-09T16:20:37.000Z","size":1291,"stargazers_count":3,"open_issues_count":6,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-25T04:28:06.573Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://discoveryjs.github.io/jora-sandbox/","language":"JavaScript","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/discoveryjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-07-07T09:13:43.000Z","updated_at":"2021-07-29T12:29:02.000Z","dependencies_parsed_at":"2023-02-08T12:46:11.359Z","dependency_job_id":null,"html_url":"https://github.com/discoveryjs/jora-sandbox","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoveryjs%2Fjora-sandbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoveryjs%2Fjora-sandbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoveryjs%2Fjora-sandbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoveryjs%2Fjora-sandbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/discoveryjs","download_url":"https://codeload.github.com/discoveryjs/jora-sandbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248602819,"owners_count":21131697,"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":[],"created_at":"2025-03-10T17:28:02.396Z","updated_at":"2025-04-13T16:11:24.003Z","avatar_url":"https://github.com/discoveryjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jora sandbox\n\nA Web interface to play with jora syntax or transform some JSON with zero setup\n\n[Try it online](https://discoveryjs.github.io/jora-sandbox/)\n\n## Run locally\n\n```\ngit clone https://github.com/discoveryjs/jora-sandbox.git\ncd jora-sandbox\nnpm install\nnpm start\n```\n\nTo build a static version:\n\n```\nnpm run build\n```\n\nAnd open `docs/index.html` in your browser.\n\n## Using as a package\n\n[![NPM version](https://img.shields.io/npm/v/jora-sandbox.svg)](https://www.npmjs.com/package/jora-sandbox)\n\nInstall\n\n```\nnpm i jora-sandbox\n```\n\nGenerate a sandbox HTML file content\n\n```js\nconst createSandboxFileContent = require('jora-sandbox');\n\ncreateSandboxFileContent(\n    {\n        data: { hello: 'world' },\n        name: 'Source of data',   // not using currently\n        createdAt: new Date()     // not using currently\n    },\n    'hello' // query by default\n);\n// returns a content of html with injected data and \n```\n\nSee example of usage in `--sandbox` option implementation of [`jora-cli`](https://github.com/discoveryjs/jora-cli).\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscoveryjs%2Fjora-sandbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiscoveryjs%2Fjora-sandbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscoveryjs%2Fjora-sandbox/lists"}