Convert valid JSON to environment variables or an .env-line file
Find a file
dependabot[bot] 83972e3b8e
Some checks failed
Oranda / Build and deploy site and docs (push) Has been cancelled
Github Actions(deps): Bump untitaker/hyperlink from 0.1.43 to 0.1.44 (#16)
Bumps [untitaker/hyperlink](https://github.com/untitaker/hyperlink) from 0.1.43 to 0.1.44.
- [Release notes](https://github.com/untitaker/hyperlink/releases)
- [Commits](https://github.com/untitaker/hyperlink/compare/0.1.43...0.1.44)

---
updated-dependencies:
- dependency-name: untitaker/hyperlink
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-03 16:43:04 +00:00
.github Github Actions(deps): Bump untitaker/hyperlink from 0.1.43 to 0.1.44 (#16) 2025-02-03 16:43:04 +00:00
src fix array enumeration of complex items resulting in unformatted JSON values 2024-12-19 11:51:37 +01:00
.gitignore add oranda integration 2023-10-18 12:41:18 +02:00
Cargo.lock fix array enumeration of complex items resulting in unformatted JSON values 2024-12-19 11:51:37 +01:00
Cargo.toml fix array enumeration of complex items resulting in unformatted JSON values 2024-12-19 11:51:37 +01:00
dist-workspace.toml dist: fix artifact build for aarch64-pc-windows-msvc 2024-12-19 12:26:00 +01: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 usage instructions 2024-11-10 10:50:52 +01: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:
  -i, --input <FILE>              Input file, defaults to STDIN if not specified
  -o, --output <FILE>             Output file, defaults to STDOUT if not specified
  -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