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

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.

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 nson

cd packages/nson-cli

npm install

node index.js -i save1.nson -o save1.json

node index.js -i save1.json -o save2.nson
```