Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create fake json from console

$ jo -p number=17 pass=true geo[lon]=88 geo[cc]=ES point[]=1 point[]=2 geo[lat]=123.45
{
   "number": 17,
   "pass": true,
   "geo": {
      "lon": 88,
      "cc": "ES",
      "lat": 123.45
   },
   "point": [
      1,
      2
   ]
}
Comment

PREVIOUS NEXT
Code Example
Shell :: install sftpclient 
Shell :: linux check defragnmentation of disk 
Shell :: configure rest api for docker in windows 
Shell :: export installed application using cmd 
Shell :: How do I fix issue "E: some index files fail to download.They have been ignored or old ones are used instead" while apt-get update 
Shell :: yarn not found node version 14.17.4 
Shell :: more wsl2 images 
Shell :: turn on indexing win 11 
Shell :: how to detach from screen session linux 
Shell :: scala run shell command 
Shell :: nmap script location in kali 
Shell :: How to mkdir and switch to new directory in one line 
Shell :: Inspecting commands 
Shell :: get uid of disk 
Shell :: wc exclude . and .. directories and empty or commented lines 
Shell :: fugitive select branch 
Shell :: reuse branch name 
Shell :: head and tail command in linux 
Shell :: search in github repo 
Shell :: install jetstream 
Shell :: move a file from one directory to another in linux 
Shell :: copy commit in another branch 
Shell :: gparted 
Shell :: adonis run specific seeder 
Shell :: apache uninstall ubuntu ssh 
Shell :: install unrar ubuntu 
Shell :: scripting sobre ficheros 
Shell :: unable to save pyhon file in wsl 
Shell :: router dom react 
Php :: phpmailer utf8 charset encoding 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =