calvindhsu's Review of Power Json Editor
Reviewed on 3/10/20 1:43 PMI'm using JSON editor to enter in a lot of data. It certainly works but bugs and UI flow problems keep this from being ideal 1) Crashes upon undo operations (after you add a new object/array) 2) Tabbing erases your entry rather than entering it 3) You can tab to a new line, but can't shift-Tab to the previous 4) You can't convert a null entry to Array or Object.
Holon777's Review of Power Json Editor
Reviewed on 3/10/20 1:43 PMWould be really nice if it let me open any filetype I want, instead I’m forced to rename the file in order to open it….
noophie's Review of Power Json Editor
Reviewed on 3/10/20 1:43 PMIt seems to be pretty good. I have had some problems with it crashing, and occasionally will not let me copy & paste in new json. If I restart it works fine again. I would give it 5 stars without these two problems.
Techiemac's Review of Power Json Editor
Reviewed on 3/10/20 1:43 PMA nice visual JSON editor that allows for quick brainstroming of JSON structures. I do have a few suggestions * Syntax highlighting in the Raw JSON window * It would also be nice to be able to change the bracing style. It's understandable that most Javascript bracing styles are K&R due to the lovely behavior of Javascript's return keyword but in some coding standards, bracing style is required to be left justified. * Change the behavior of the Key field so you don't have to press enter in order for the changes to stick. I personally do a lot of tabbing between fields and this burns me from time to time. * Drag and drop reordering of the fields.
deverter's Review of Power Json Editor
Reviewed on 3/10/20 1:43 PMIt can beautify JSON but then it can’t alwasy match up the JSON with the node you select.
btipling's Review of Power Json Editor
Reviewed on 3/10/20 1:43 PMVery responsive to suggestions too. I recomended the compaction feature in this suggestion box when I said previously "Another feature I think would be cool would be to un-beautify json. That is collapse the whitespace." Not sure if that was the reason why it was added but I'm glad it's there now! I'd say they should charge for this, but developers don't like to pay for software. (I would). You know what this needs though is command line support. Imagine beinga ble to !pjson %:p a file from vim. I realize that it's sandboxed, but maybe something can be done to send json directly to this awesome tool. I’ve been using this plugin for years and the dev keeps updating it. That’s so awesome! Thank you. It’s always getting better. :)
Basementjack's Review of Power Json Editor
Reviewed on 3/10/20 1:43 PMThis app seems very buggy - I opened the app, added an object, deleted it and the app crashed. After it reopened, I tried to create a simple JSON { "title" : "this is my title" } When I opened the file it showed { "NewKey" : "this is my title" } I went back and found that often when I entered a name for a key, it didn't take. Otherwise I like the layout of the app, if the bugs get fixed, it will be a great little app. Update: Does nothing but crash. Text view does not keep in sync with tree view. Awful program in it's current form.
FireBeagle's Review of Power Json Editor
Reviewed on 3/10/20 1:43 PMLove the app. It’s very helpful when designing new JSON docs (or finding bugs in the format of existing ones). One minor suggestion: Allow me to choose whether the open file dialog pops up or a new document is created on program start up. Similarly, allow me to decide if I want you to ask me to save the file on program shut down. More often than not, I am using the program to beautify / debug a chunk of JSON I’ve got in my clipboard.
Weeker's Review of Power Json Editor
Reviewed on 3/10/20 1:43 PMnice!
Tanaka101's Review of Power Json Editor
Reviewed on 3/10/20 1:43 PMI use this app for game development when I’m modeling game data (in the JSON format). It’s super simple, and it works great. I hope the developer stays active on this app!