1

Ideally it would display like Altova XMLSpy "enhanced grid" view:

for an example:

http://s16.a-img.com/images/shots/json-outline.gif

I'm looking for something for Windows platform, or Java platform.

Thanks!

Sam
  • 1,509
  • 3
  • 19
  • 28
cube.head
  • 95
  • 10
  • By "Windows" do you mean .Net? Also have you considered using a treeview instead? - Depending on the data it might be more user friendly. – Jacob Poul Richardt Jul 04 '11 at 15:14
  • Yes - .Net is fine, or native Windows. Or java on any platform. – cube.head Jul 04 '11 at 17:43
  • Treeview could work maybe - I haven't looked for any nice Treeview controls that can take JSON data; I've been so obsessed looking for a grid like XMLSpy's ... Are they any you can recommend? – cube.head Jul 04 '11 at 17:45
  • Treeview is almost as bad as looking at formatted JSON text. I'm open to commercial products as well. I could've sworn there were some very advanced grid controls out there that nest cells within cells, etc.. – cube.head Jul 05 '11 at 12:29
  • I mainly code for Silverlight, where I think it should be pretty easy to code. Though you might want to use WPF, if there's no need for making it webbased. There're many grid controls for WPF (including at least one build in), and you could simply nest the controls. – Jacob Poul Richardt Jul 06 '11 at 16:39
  • This is a duplicate question. Please see: http://stackoverflow.com/questions/998832/web-based-json-editor-that-works-like-property-explorer-with-ajaxy-input-form – dreftymac Jul 20 '11 at 17:37

3 Answers3

1

This has been asked elsewhere, you were looking for the same thing I was looking for. Apparently you want something that runs on the desktop, I wanted something that runs in the browser:

Search the web for: "Web-based JSON editor that works like property explorer with AJAXy input form"

See also:

GUI-based or Web-based JSON editor that works like property explorer http://s16.a-img.com/images/shots/json-outline.gif (I wanted the same thing, but in the browser)

Community
  • 1
  • 1
dreftymac
  • 31,404
  • 26
  • 119
  • 182
0

http://xmlgrid.codeplex.com/

Project Description

XmlGridControl is .NET Windows Forms grid control for XML data in table format viewing. Adding this controls gives your application an opportunity to have a professional XML-editor appearance.

likemusic
  • 198
  • 1
  • 8
0

I think that editor XiMpLe is exactly what you were looking for. It can edit XML and JSON files and the grid view is similar to XMLSpy.

Your example in XiMpLe grid view