LitJSON
=======
A *.Net* library to handle conversions from and to JSON (JavaScript Object
Notation) strings.
[Project website][litjson].
## Compiling
See the files under the `build` directory.
### Using GNU Make
Change directory to `build/make/` and run `make` from it. This tries to use
the `gmcs` compiler by default. Feel free to open the `Makefile` and tweak
it according to your needs.
### Using other tools
Currently, LitJSON doesn't have any other auxiliary files for compiling this
library with other tools.
If you want to contribute your own solutions to compile it with tools like
*NAnt* or *MSBuild*, that would be most appreciated. Please create those
auxiliary files under the path `build/some-tool`. Thanks.
## Tests
This library comes with a set of unit tests using the [NUnit][nunit]
framework.
If you have [pkg-config][pkg-config] in your system, and the *Mono* suite
provides the `mono-nunit.pc` file, you can try running these tests by running
`make test` from the `build/make` directory.
You can specify which `pkg-config` is invoked by passing a `PKG_CONFIG`
variable to `make test`. This is useful when you have mutiple conflicting
`pkg-config`s on your system and need to select the correct one (i.e. to
avoid conflicts with Homebrew on Mac OSX).
Example of running the tests on Mac OSX:
```bash
# In litjson/ directory
$ cd build/make
$ make PKG_CONFIG=/Library/Frameworks/Mono.framework/Commands/pkg-config test
```
## Using LitJSON from an application
Reference the `LitJson.dll` file when compiling your code. For a link to
download this file, see the *Download* section in the project's
[website][litjson].
Alternatively, just copy the whole tree of files under `src/LitJSON` to your
own project's source tree and integrate it with your development environment.
## License
[Unlicense][unlicense] (public domain).
[litjson]: http://lbv.github.io/litjson/
[nunit]: http://www.nunit.org/
[pkg-config]: http://www.freedesktop.org/wiki/Software/pkg-config
[unlicense]: http://unlicense.org/
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
xcel表格数据导出为Lua table、csv、json形式的工具,兼带数据检查功能以及导出、导入MySQL数据库功能 Excel表格数据导出为Lua table形式的工具,兼带数据检查功能 希望这个工具能为今后ulua手机游戏项目带来便利,使得策划可以用Excel进行配表,从而享受Excel各种强大的功能,而程序可以直接读取lua table定义的数据使用,省去如果用CSV作为数据表所导致的每个文件都得专门去写解析文件并构造数据结构的麻烦。同时各种预设检查规则以及可以自己扩展的检查规则可以帮助策划、程序进行数据导出前的查错,避免因为数据填写错误导致的上线事故
资源推荐
资源详情
资源评论
收起资源包目录
xcel表格数据导出为Lua table、csv、json形式的工具,兼带数据检查功能以及导出、导入MySQL数据库功能 (161个子文件)
Run.bat 234B
COPYING 1KB
TableCheckHelper.cs 121KB
TableAnalyzeHelper.cs 98KB
MainForm.cs 93KB
Program.cs 83KB
MainForm.Designer.cs 72KB
TableExportToLuaHelper.cs 48KB
MapStringCheckHelper.cs 45KB
TableExportToJsonHelper.cs 32KB
MapStringAnalyzeHelper.cs 30KB
Utils.cs 27KB
AppValues.cs 24KB
TableExportToMySQLHelper.cs 24KB
MyCheckFunction.cs 21KB
TableExportToJavaClassHelper.cs 19KB
ExcelOperateHelper.cs 14KB
TableExportToCsClassHelper.cs 14KB
TableAnalyzeHelper.cs 13KB
TableExportToCsvHelper.cs 13KB
TableExportToLuaHelper.cs 12KB
TableInfo.cs 9KB
Program.cs 8KB
MySQLOperateHelper.cs 6KB
MainForm.Designer.cs 6KB
AppValues.cs 5KB
XlsxReader.cs 4KB
AppValues.cs 4KB
Utils.cs 4KB
Resources.Designer.cs 3KB
Resources.Designer.cs 3KB
MainForm.cs 3KB
Utils.cs 2KB
TableInfo.cs 2KB
TxtConfigReader.cs 2KB
TxtConfigReader.cs 2KB
TxtConfigReader.cs 2KB
TxtConfigReadercs.cs 2KB
TableDataTestAllDataTypePojo.cs 2KB
AssemblyInfo.cs 1KB
AssemblyInfo.cs 1KB
AssemblyInfo.cs 1KB
AssemblyInfo.cs 1KB
TableCheckHelper.cs 1KB
Settings.Designer.cs 1KB
Settings.Designer.cs 1KB
TableDataTestExportTimeTypeToMySQLPojo.cs 697B
Program.cs 462B
Program.cs 456B
TableDataPropPojo.cs 455B
TableDataHeroPojo.cs 433B
TableDataTestMultinestPojo.cs 415B
TableDataSystemPojo.cs 403B
TableDataHeroEquipmentPojo.cs 383B
AppValues.cs 347B
TableDataTestMapStringPojo.cs 269B
MySQLToExcel.csproj 4KB
TableStringChecker.csproj 4KB
XlsxToLuaGUI.csproj 4KB
XlsxToLua.csproj 3KB
TestMultinest.csv 4KB
TestAllDataType.csv 4KB
System.csv 980B
HeroEquipment.csv 850B
TestExportTimeTypeToMySQL.csv 766B
Hero.csv 675B
Prop.csv 538B
TestMapString.csv 283B
MySql.Data.dll 434KB
MySql.Data.dll 434KB
MySql.Data.dll 434KB
MySql.Data.dll 434KB
MySql.Data.dll 434KB
MySql.Data.dll 434KB
Interop.VBIDE.dll 56KB
Interop.VBIDE.dll 56KB
LitJson.dll 51KB
LitJson.dll 51KB
LitJson.dll 51KB
AccessDatabaseEngine.exe 25.25MB
XlsxToLua.exe 191KB
XlsxToLua.exe 172KB
XlsxToLuaGUI.exe 61KB
MySQLToExcel.exe 23KB
MySQLToExcel.exe 22KB
TableStringChecker.exe 19KB
TableDataTestAllDataTypePojo.java 7KB
TableDataTestExportTimeTypeToMySQLPojo.java 3KB
TableDataPropPojo.java 2KB
TableDataHeroPojo.java 1KB
TableDataSystemPojo.java 1KB
TableDataTestMultinestPojo.java 1KB
TableDataHeroEquipmentPojo.java 1KB
TableDataTestMapStringPojo.java 701B
pic1.jpg 140KB
item2.jpg 2KB
TestMultinest.lua 13KB
TestAllDataType.lua 12KB
HeroEquipmentDict.lua 3KB
TestExportTimeTypeToMySQL.lua 3KB
共 161 条
- 1
- 2
资源评论
博士僧小星
- 粉丝: 2259
- 资源: 5991
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- zheshiyigeshneqide bao
- NativeExcel 3.1.0 升级支持 Delphi XE11 版本
- pycharm安装教程,分享给有需要的人,仅供参考
- 2000-2022年城乡居民人均可支配收入和消费支出数据(296个地级市)-最新出炉.zip
- txsig_downlink_frame_pos1.mat
- Delphi 12 控件之 Delphi 调用微信接口教程
- 创维8H73机芯 M6系列 主程序软件 电视刷机 固件升级包 V016.012.050
- python编程实现机器学习算法之线性回归
- mysql安装配置教程,分享给有需要的人,仅供参考
- 面板数据stata分析专题资源-最新出炉.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功