{"id":15026254,"url":"https://github.com/wellsjo/json-splora","last_synced_at":"2025-05-15T14:05:28.707Z","repository":{"id":57285271,"uuid":"71188401","full_name":"wellsjo/JSON-Splora","owner":"wellsjo","description":"GUI app for editing, visualizing, and manipulating JSON data","archived":false,"fork":false,"pushed_at":"2017-02-22T17:10:42.000Z","size":3051,"stargazers_count":1866,"open_issues_count":20,"forks_count":59,"subscribers_count":39,"default_branch":"master","last_synced_at":"2025-05-15T14:05:17.527Z","etag":null,"topics":["gui","javascript","jq","json","json-splora"],"latest_commit_sha":null,"homepage":"","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/wellsjo.png","metadata":{"files":{"readme":"README.md","changelog":"History.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":"2016-10-17T23:01:45.000Z","updated_at":"2025-05-09T18:58:41.000Z","dependencies_parsed_at":"2022-09-04T20:21:36.066Z","dependency_job_id":null,"html_url":"https://github.com/wellsjo/JSON-Splora","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wellsjo%2FJSON-Splora","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wellsjo%2FJSON-Splora/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wellsjo%2FJSON-Splora/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wellsjo%2FJSON-Splora/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wellsjo","download_url":"https://codeload.github.com/wellsjo/JSON-Splora/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254355334,"owners_count":22057354,"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":["gui","javascript","jq","json","json-splora"],"created_at":"2024-09-24T20:04:08.966Z","updated_at":"2025-05-15T14:05:23.699Z","avatar_url":"https://github.com/wellsjo.png","language":"JavaScript","readme":"# JSON-Splora \u003cimg src=\"https://raw.githubusercontent.com/wellsjo/JSON-Splora/master/app/assets/logos/logo.png\" width=\"40\" align=\"left\"\u003e\n\n**JSON-Splora** is a GUI for editing, visualizing, and manipulating JSON data with [jq](https://stedolan.github.io/jq/) or JavaScript.\n\n![Demo](http://i.imgur.com/CiXIrrg.gif)\n\n## Design\n- Built with [Electron](http://electron.atom.io/)\n- Editor and output both use [CodeMirror](https://codemirror.net/)\n- Input is parsed as [json5](http://json5.org/)\n- Filter with [jq](https://stedolan.github.io/jq/) or JavaScript\n\nThe editor is a JavaScript editor, and the input is parsed as [json5](http://json5.org/). This allows for comments as well as a relaxed JSON input format. Once the editor has valid JSON, an input window will appear below, allowing you to manipulate the object with JavaScript or [jq](https://stedolan.github.io/jq/). A panel will appear to the right with the output, and updates live as the input or filter changes.\n\n#### Input\n- URLs resolve to any JSON they return\n- Drag-and-drop or open any file\n- Plain text input\n\n#### Filters\n- First evaluated as JavaScript with `output = x${filter}`\n- If JS fails, it attempts to use [jq](https://stedolan.github.io/jq/)\n\n## Command Line\n```bash\njsplora [file]\n```\n\n## Install\nRequires at least Node version `6`.\n#### Globally (cli)\nThis will create the application as well as the alias `jsplora`.\n```bash\nnpm i -g json-splora\n```\n#### Locally\nBuilding locally creates a directory `JSON-Splora-\u003csystem\u003e` which contains the application.\n```\nnpm install\n\n# build for darwin, linux, win32\nnpm run-script build-darwin\nnpm run-script build-linux\nnpm run-script build-win32\n```\n\n### Name Change\n**JSON-Splora** is becoming **json-splora** in npm. This is because of a bug in npm's backend confusing the two packages. I am forced to release 1.0.0, deprecate \"JSON-Splora\", and move to \"json-splora\". I apologize for any inconvenience.\n\n## Contributing\nContributions are welcome! Please read through and follow the style of the rest of the code. `eslint` is used as a code pre-commit hook, and will catch many simple errors. Please squash your commits and leave concise commit messages.\n\n## License\n[MIT](https://github.com/wellsjo/json-splora/blob/master/LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwellsjo%2Fjson-splora","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwellsjo%2Fjson-splora","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwellsjo%2Fjson-splora/lists"}