Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create json from console

$ jo time=$(date +%s) dir=$HOME
{"time":1457195712,"dir":"/Users/jpm"}
Comment

create json from console

$ jo -p name=JP object=$(jo fruit=Orange point=$(jo x=10 y=20) number=17) sunday=false
{
   "name": "JP",
   "object": {
      "fruit": "Orange",
      "point": {
         "x": 10,
         "y": 20
      },
      "number": 17
   },
   "sunday": false
}
Comment

PREVIOUS NEXT
Code Example
Shell :: httpie complex request 
Shell :: Install aaPanel linux 
Shell :: Reduce the hibernate file Windows 10 
Shell :: save terminal history to file 
Shell :: nodemon:%20command%20not%20found 
Shell :: pipeline structural bioinformatics 
Shell :: cannot spawn askpass: No such file or directory 
Shell :: powershell remove part of string 
Shell :: docker gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation 
Shell :: What does mv: cannot stat not_here: No such file or directory mean in Ubuntu 20.04? 
Shell :: install check_mk ubuntu 20.04 
Shell :: tarball -list 
Shell :: Subshells 
Shell :: xgb feature importance 
Shell :: linux install certificate chain 
Shell :: vim stuck in insert mode 
Shell :: linux logrotate recursive 
Shell :: Create github repo in command line 
Shell :: fslmaths threshold 
Shell :: umount device is busy 
Shell :: create local git branch from remote 
Shell :: change date and time in kali linux 2021 
Shell :: gitignore command 
Shell :: ubuntu install Qsampler 
Shell :: how to install paint.net on linux 
Shell :: error installing cocoapods mac 
Shell :: install php 7.4 nginx ubuntu 
Shell :: mozart install mac 
Shell :: react router dom 
Php :: phpmailer utf8 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =