{"id":29012953,"url":"https://github.com/superstructor/re-jsoneditor","last_synced_at":"2026-04-24T22:32:52.851Z","repository":{"id":62434823,"uuid":"342182066","full_name":"superstructor/re-jsoneditor","owner":"superstructor","description":"Reagent wrapper for Jos De Jong's JSON Editor","archived":false,"fork":false,"pushed_at":"2021-07-31T00:55:05.000Z","size":625,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-21T18:45:33.895Z","etag":null,"topics":["clojurescript","react","reagent","reagent-components","ui-components"],"latest_commit_sha":null,"homepage":"https://superstructor.github.io/re-jsoneditor/","language":"Clojure","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/superstructor.png","metadata":{"files":{"readme":"README.adoc","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"superstructor"}},"created_at":"2021-02-25T08:57:24.000Z","updated_at":"2021-07-31T00:54:44.000Z","dependencies_parsed_at":"2022-11-01T21:02:30.001Z","dependency_job_id":null,"html_url":"https://github.com/superstructor/re-jsoneditor","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/superstructor/re-jsoneditor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superstructor%2Fre-jsoneditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superstructor%2Fre-jsoneditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superstructor%2Fre-jsoneditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superstructor%2Fre-jsoneditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/superstructor","download_url":"https://codeload.github.com/superstructor/re-jsoneditor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superstructor%2Fre-jsoneditor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32243309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: 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":["clojurescript","react","reagent","reagent-components","ui-components"],"created_at":"2025-06-25T19:05:16.270Z","updated_at":"2026-04-24T22:32:52.821Z","avatar_url":"https://github.com/superstructor.png","language":"Clojure","readme":":source-highlighter: coderay\n:source-language: clojure\n:toc:\n:toc-placement: preamble\n:sectlinks:\n:sectanchors:\n:toc:\n:icons: font\n\nimage:https://img.shields.io/clojars/v/superstructor/re-jsoneditor?style=for-the-badge\u0026logo=clojure\u0026logoColor=fff[\"Clojars Project\", link=\"https://clojars.org/superstructor/re-jsoneditor\"]\nimage:https://img.shields.io/github/issues-raw/superstructor/re-jsoneditor?style=for-the-badge\u0026logo=github[\"GitHub issues\", link=\"https://github.com/superstructor/re-jsoneditor/issues\"]\nimage:https://img.shields.io/github/license/superstructor/re-jsoneditor.svg?style=for-the-badge[\"License\", link=\"https://github.com/superstructor/re-jsoneditor/blob/master/LICENSE\"]\n\n= Reagent wrapper for Jos de Jong's JSON Editor\n\nA sophisticated Reagent wrapper around the link:https://github.com/josdejong/jsoneditor[`jsoneditor`] library.\n\n== Quick Start\n\n=== Step 1. Add Dependency\n\nAdd the following project dependency:\n\nimage:https://img.shields.io/clojars/v/superstructor/re-jsoneditor?style=for-the-badge\u0026logo=clojure\u0026logoColor=fff[\"Clojars Project\", link=\"https://clojars.org/superstructor/re-jsoneditor\"]\n\nRequires that you have `reagent` and `re-com` as dependencies of your project: \n\nimage:https://img.shields.io/clojars/v/reagent?style=for-the-badge\u0026logo=clojure\u0026logoColor=fff[\"Clojars Project\", link=\"https://clojars.org/reagent\"] image:https://img.shields.io/clojars/v/re-com?style=for-the-badge\u0026logo=clojure\u0026logoColor=fff[\"Clojars Project\", link=\"https://clojars.org/re-com\"]\n\nIf you use shadow-cljs, the `jsoneditor` npm library dependency will be pulled automatically via `src/deps.cljs` `:npm-deps`.\n\nIf you use another build system, it is not currently supported so switch to shadow-cljs.\n\n=== Step 2. Add Styles\n\nAdd JSON Editor stylesheet to your `index.html` or equivalent; e.g.:\n\n    https://cdnjs.cloudflare.com/ajax/libs/jsoneditor/9.5.0/jsoneditor.css\n\n=== Step 3. Use the Component\n\n    (ns my-app\n      (:require\n        [re-jsoneditor.core :refer [jsoneditor]]))\n\n    (defn panel\n      []\n      [jsoneditor ...])\n\n== Features\n\nSee link:https://superstructor.github.io/re-jsoneditor/[the demo].\n\n== Outstanding Features\n\n- ace and ajv customisation\n- port JSON editor stylesheet to inline Garden\n- `:schema` and `:schema-refs` arguments\n- `:templates` argument\n- `:auto-complete` argument\n- `:on-text-selection-change` argument\n- `:on-selection-change` argument\n- `:on-event` argument\n- `:on-focus` argument\n- `:on-blur` argument\n- `:color-picker?` argument\n- `:timestamp-tag?` argument\n- `:timestamp-format` argument\n- `:language` argument\n- `:languages` argument\n- `:modal-anchor` argument\n- `:popup-anchor` argument\n- `:sort?` argument\n- `:transform?` argument\n- `:max-visible-children` argument\n- `:create-query`, `:execute-query` and `:query-description` arguments\n- `:theme` argument and auto-loading of ace themes etc.\n\n== License\n\nThe Apache License Version 2.0\n\nCopyright \u0026copy; 2018-2021 Isaac Johnston\n\nPortions based on link:https://github.com/josdejong/jsoneditor[JSON Editor]\nCopyright \u0026copy; Jos de Jong under the terms of the Apache License Version 2.0\n","funding_links":["https://github.com/sponsors/superstructor"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperstructor%2Fre-jsoneditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperstructor%2Fre-jsoneditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperstructor%2Fre-jsoneditor/lists"}