You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
228 B
Plaintext

# jo
# JSON output from a shell
# Create an object
jo -p name=jo n=17 parser=false
# Create an array
seq 1 10 | jo -a
# Create a json with nested objects and arrays
jo -p name=Jane point[]=1 point[]=2 geo[lat]=10 geo[lon]=20