https://github.com/jsonnet-libs/xtd
Extended Jsonnet standard library
https://github.com/jsonnet-libs/xtd
Last synced: 5 months ago
JSON representation
Extended Jsonnet standard library
- Host: GitHub
- URL: https://github.com/jsonnet-libs/xtd
- Owner: jsonnet-libs
- License: apache-2.0
- Created: 2020-04-28T12:39:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-11-12T01:22:04.000Z (7 months ago)
- Last Synced: 2025-11-12T03:14:51.671Z (7 months ago)
- Language: Jsonnet
- Homepage: https://jsonnet-libs.github.io/xtd
- Size: 79.1 KB
- Stars: 31
- Watchers: 3
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `xtd`
`xtd` aims to collect useful functions not included in the Jsonnet standard library (`std`).
## Install
```console
jb install github.com/jsonnet-libs/xtd
```
## Usage
```jsonnet
local xtd = import "github.com/jsonnet-libs/xtd/main.libsonnet"
```
## Docs
[docs](docs/README.md)