Convert valid JSON to environment variables or an .env-line file
Find a file
Marcello Lamonaca 9b96c14d8a
Some checks failed
Oranda / Build and deploy site and docs (push) Has been cancelled
update cargo-dist
2025-08-29 17:25:34 +02:00
.github update cargo-dist 2025-08-29 17:25:34 +02:00
src remove input/output options 2025-08-29 17:25:31 +02:00
.gitignore add oranda integration 2023-10-18 12:41:18 +02:00
Cargo.lock update dependencies 2025-08-29 17:25:19 +02:00
Cargo.toml update dependencies 2025-08-29 17:25:19 +02:00
dist-workspace.toml update cargo-dist 2025-08-29 17:25:34 +02:00
LICENSE feat: add LICENSE & README 2023-06-07 21:04:24 +02:00
oranda.json oranda: generate install instuctions and use hacker theme 2024-12-19 12:19:17 +01:00
README.md update cargo-dist 2025-08-29 17:25:34 +02:00
rust-toolchain.toml add toolchain file 2024-05-16 17:32:53 +02:00

json2env

Convert valid JSON to environment variables or an .env-line file.

Usage

JSON to Env Var converter

Usage: json2env.exe [OPTIONS]

Options:
  -s, --key-separator <STRING>    Separator for nested keys [default: __]
  -S, --array-separator <STRING>  Separator for array elements [default: ,]
  -e, --enumerate-array           Separate array elements in multiple environment variables
  -h, --help                      Print help
  -V, --version                   Print version