https://github.com/p-toy-factory/nson
Encode and decode Naninovel .nson file.
https://github.com/p-toy-factory/nson
Last synced: about 2 months ago
JSON representation
Encode and decode Naninovel .nson file.
- Host: GitHub
- URL: https://github.com/p-toy-factory/nson
- Owner: p-toy-factory
- Created: 2023-05-13T05:53:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T10:49:35.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T00:12:20.019Z (2 months ago)
- Language: TypeScript
- Homepage: https://p-toy-factory.github.io/nson/
- Size: 1.13 MB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nson
English | [简体中文](README.zh-CN.md)
Encode and decode Naninovel `.nson` file.
## Web editor (Recommend)
You can edit your nson on the [web editor](https://p-toy-factory.github.io/nson/).
## CLI
### Prerequisite
Install Node.js
### Usage
```shell
cd nsoncd packages/nson-cli
npm install
node index.js -i save1.nson -o save1.json
node index.js -i save1.json -o save2.nson
```