Re: Django key/value JSON widget

2020-08-19 Thread Federico Capoano
On Wed, Aug 19, 2020 at 3:43 AM Roger Gammans wrote: > Hi > > Thanks that looks useful. > > On my rather long TODO list is to turn use this ( > https://github.com/josdejong/jsoneditor > ) npm package to build a less > restrictive json widget... > There's

Re: Django key/value JSON widget

2020-08-19 Thread Roger Gammans
Hi Thanks that looks useful. On my rather long TODO list is to turn use this ( https://github.com/josdejong/jsoneditor) npm package to build a less restrictive json widget... On Mon, 2020-08-17 at 14:42 -0700, Federico Capoano wrote: > Since I wasn't able to find a package which had this kind of wi

Re: Django key/value JSON widget

2020-08-17 Thread Federico Capoano
Since I wasn't able to find a package which had this kind of widget, I scratched my own itch and published django-flat-json-widget . I hope it will be useful to others as well, I included a gif that shows the widget i

Re: Django key/value JSON widget

2020-07-30 Thread Kovy Jacob
Are you not able to use the regular python module for interacting with json files? > On Jul 22, 2020, at 2:34 PM, Federico Capoano > wrote: > > https://django-hstore.readthedocs.io/en/latest/#django-admin-widget > -- You

Django key/value JSON widget

2020-07-22 Thread Federico Capoano
Hey everyone, I'm looking for a key/value widget to edit a JSON flat object, like this widget here: https://django-hstore.readthedocs.io/en/latest/#django-admin-widget (I made this one a while ago, but I'm not maintaining that project anymore). But I'm having no luck in finding it, there must