https://github.com/neticdk/go-jsonnetic
https://github.com/neticdk/go-jsonnetic
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/neticdk/go-jsonnetic
- Owner: neticdk
- License: mit
- Created: 2025-03-17T08:26:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-17T10:03:01.000Z (about 2 months ago)
- Last Synced: 2026-04-17T10:30:15.489Z (about 2 months ago)
- Language: Go
- Size: 1.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
Jsonnetic - a Jsonnet implementation
---
# Jsonnetic
CLI Tool based on [jsonnet](https://jsonnet.org), but with a few extra native functions.
## Features
The features added can be seen in the [docs](docs/jsonnetic.md). or as code in the [funcs.go](pkg/jsonnetic/native/funcs.go) file.
# Build Jsonnetic
```sh
git clone git@github.com:neticdk/go-jsonnetic.git
```
```sh
make build
```
Clean slate builds:
```sh
go clean --modcache
go get -u
go build
```