https://github.com/tx7do/json2plist
https://github.com/tx7do/json2plist
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tx7do/json2plist
- Owner: tx7do
- License: mit
- Created: 2024-10-16T00:39:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T02:26:13.000Z (over 1 year ago)
- Last Synced: 2025-01-02T05:31:12.627Z (over 1 year ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json2plist
Convert Egret JSON to Property List (plist) format.
convert one single file:
```shell
go run main.go -f input.json
```
convert all json files in a directory:
```shell
go run main.go -d input_dir
```