Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/iruxu/luat2json
- Owner: iRuxu
- Created: 2021-04-17T15:56:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T23:11:15.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T21:36:57.240Z (8 days ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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