News Score: Score the News, Sort the News, Rewrite the Headlines

GitHub - h4l/json.bash: Command-line tool and bash library that creates JSON

$ jb name=json.bash creates=JSON json.bash is a command-line tool and bash library that creates JSON. $ jb name=json.bash creates=JSON dependencies:[,]=Bash,Grep {"name":"json.bash","creates":"JSON","dependencies":["Bash","Grep"]} $ # Values are strings unless explicitly typed $ jb id=42 size:number=42 surname=null data:null {"id":"42","size":42,"surname":"null","data":null} $ # Reference variables with @name $ id=42 date=2023-06-23 jb @id created@date modified@date {"id":"42","created":"2023-06...

Read more at github.com

© News Score  score the news, sort the news, rewrite the headlines