https://github.com/tmax-cloud/hcljson
https://github.com/tmax-cloud/hcljson
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmax-cloud/hcljson
- Owner: tmax-cloud
- Created: 2021-10-13T02:19:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-06T09:45:36.000Z (about 4 years ago)
- Last Synced: 2025-04-19T10:10:07.192Z (over 1 year ago)
- Language: Go
- Size: 4.24 MB
- Stars: 0
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HCL <-> JSON Converter
* https://github.com/tmccombs/hcl2json 코드를 베이스로 수정.
* json -> hcl 역파서는 hcl v1 json parser, printer 기반으로 추가 구현.
## js 라이브러리 생성 커맨드
```
gopherjs build .
```