简体   繁体   English

简单的结构化数据(INI,YAML,JSON等)编辑器应用程序

[英]Simple structured data (INI, YAML, JSON, etc) editor application

I am looking for a standalone application that will allow administrators to easily edit data in a structured format that is easy to parse (INI, YAML, JSON, etc). 我正在寻找一个独立的应用程序,该应用程序将允许管理员轻松地以易于解析的结构化格式(INI,YAML,JSON等)编辑数据。 Although I can find very complex and sophisticated XML editors, I can't find anything simple - all I want is an application that will read a simple file and allow admins to edit them in a structured way - they click on the file, the app opens it as a form, they fill in or edit the blanks, and the app saves the data in one of the simple formats listed above. 尽管我可以找到非常复杂和复杂的XML编辑器,但是我找不到简单的东西-我想要的只是一个将读取简单文件并允许管理员以结构化方式对其进行编辑的应用程序-他们单击该文件,以表格形式打开它,他们填写或编辑空白,然后应用程序以上面列出的一种简单格式保存数据。 I don't want them to use a text editor because I want it to be as simple as possible and I don't want there to be any possibility that the admins will make any formatting errors. 我不希望他们使用文本编辑器,因为我希望它尽可能简单,而且我不希望管理员出现格式错误。

There have been several times in my career when such a tool would have been useful, but I've never been able to find one. 在我的职业生涯中,曾有好几次这种工具会有用,但我一直找不到。 Preferably it would be Open Source and run on both OSX and Windows. 最好是开放源代码,并且可以在OSX和Windows上运行。

If you choose YAML you do not a special tool. 如果选择YAML,则不是特殊工具。 Any text editor would be enough. 任何文本编辑器就足够了。 Make your YAML document look like a form. 使您的YAML文档看起来像表单。 INI file is too simple and JSON may be not very readable. INI文件太简单了,JSON可能不太可读。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM