Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iruxu/luat2json

transform lua table to json (for jx3dat)
https://github.com/iruxu/luat2json

Last synced: 3 days ago
JSON representation

transform lua table to json (for jx3dat)

Awesome Lists containing this project

README

        

# luat2json

Parse lua table to json,for jx3dat.
> 用于战斗复盘&DBM数据解析,暂时不全,用到哪再改,单元测试以后再写。

## Install

```
npm install luat2json
```

## Import

```javascript
const { parseJx3dat } = require("luat2json");
```

## Usage