Crates.io | j5j |
lib.rs | j5j |
version | 0.2.0 |
source | src |
created_at | 2022-08-20 21:24:54.535638 |
updated_at | 2022-08-20 21:24:54.535638 |
description | A bare-bones tool for converting JSON5 to plain JSON. |
homepage | |
repository | https://github.com/olix0r/j5j |
max_upload_size | |
id | 649486 |
size | 23,056 |
Reads JSON5 from one or more files and prints it as plain old JSON.
Based on `json5-to-json by @callum-oakley.
:; j5j .devcontainer/devcontainer.json
{"extensions":["DavidAnson.vscode-markdownlint","kokakiwi.vscode-just","NathanRidley.autotrim","redhat.vscode-yaml","rust-lang.rust-analyzer","samverschueren.final-newline","tamasfe.even-better-toml"],"image":"ghcr.io/linkerd/dev:v30","mounts":["source=/var/run/docker.sock,target=/var/run/docker-host.sock,type=bind"],"name":"j5j","overrideCommand":false,"remoteUser":"code","runArgs":["--init","--memory=12g","--memory-swap=12g","--net=host"]}
:; j5j --pretty .devcontainer/devcontainer.json
{
"extensions": [
"DavidAnson.vscode-markdownlint",
"kokakiwi.vscode-just",
"NathanRidley.autotrim",
"redhat.vscode-yaml",
"rust-lang.rust-analyzer",
"samverschueren.final-newline",
"tamasfe.even-better-toml"
],
"image": "ghcr.io/linkerd/dev:v30",
"mounts": [
"source=/var/run/docker.sock,target=/var/run/docker-host.sock,type=bind"
],
"name": "j5j",
"overrideCommand": false,
"remoteUser": "code",
"runArgs": [
"--init",
"--memory=12g",
"--memory-swap=12g",
"--net=host"
]
}