Skip to content

skanehira/gjo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gjo

Small utility to create JSON objects.
This was inspired by jpmens/jo.

sreenshot

Requirements

  • Go 1.1.14~
  • Git

Installtion

$ git clone https://github.com/skanehira/gjo.git
$ cd gjo
$ GO111MODULE=on go install

Usage

$ gjo name=gorilla age=26 isGorilla=true
{"age":"26","isGorilla":true,"name":"gorilla"}

Author

gorilla0513