https://github.com/rmw-lib/nt2json5
https://github.com/rmw-lib/nt2json5
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rmw-lib/nt2json5
- Owner: rmw-lib
- License: mit
- Created: 2022-05-03T05:40:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-03T07:24:39.000Z (about 4 years ago)
- Last Synced: 2026-07-18T12:34:44.485Z (2 days ago)
- Language: Zig
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @rmw/nt2json5
## English Readme
### Install
```yarn add @rmw/nt2json5 ``` or ``` npm install @rmw/nt2json5```
### Use
```coffee
#!/usr/bin/env coffee
import nt2json5 from '@rmw/nt2json5'
console.log nt2json5("a: 2")
```
## 中文说明
### 安装
```yarn add @rmw/nt2json5 ``` 或者 ``` npm install @rmw/nt2json5```
### 使用
```coffee
#!/usr/bin/env coffee
import nt2json5 from '@rmw/nt2json5'
console.log nt2json5("a: 2")
```
### 关于
本项目隶属于 **人民网络 ([rmw.link](//rmw.link))** 代码计划。
