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

https://github.com/tx7do/json2plist


https://github.com/tx7do/json2plist

Last synced: about 1 month ago
JSON representation

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
```