最近在做一个火炬之光的技能系统的demo,需要用到配置表工具. &在网上没有找到让自己满意的工具&自己感兴趣, so自己做了一个. 我使用的C#语言,用了网上的SimpleJSON工具脚本来做的,下面直接上代码: 界面代码(ps.注释掉的部分是生成对应代码的类,但感觉目前写的不好,就不上传了...) using System; using System.Collections.Generic; using System.Windows.Forms; namespace ConfigTool
一.概述 1.1 关于JSON数据格式 JSON (JavaScript Object Notation), specified by RFC 7159 (which obsoletes RFC 4627) and by ECMA-404, is a lightweight data interchange format inspired by JavaScript object literal syntax (although it is not a strict subset of Java