Skip to content

linuxplayground/jsonx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

jsonx

A completely trivial project based on this garbage: https://www.ibm.com/support/knowledgecenter/SS9H2Y_7.5.0/com.ibm.dp.doc/json_jsonxconversionexample.html

Install Dependencies

go get "github.com/Jeffail/gabs" go get "github.com/gorilla/mux"

Compile Dependencies

go build latham.nz/featly.common

Compile Application

go install latham.nz/jsonx

Testing

Then run the app (it listens on port 8080) $GOPATH/bin/jsonx

Then execute some kind of post as follows in a different terminal. curl -d '{"first_name":"David", "last_name":"Latham"}' http://localhost:8080

About

A completely trivial project based on this garbage: https://www.ibm.com/support/knowledgecenter/SS9H2Y_7.5.0/com.ibm.dp.doc/json_jsonxconversionexample.html

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages