/jsonclient

JSON send/recieve tester.

Primary LanguageGo

jsonclient

JSON send/recieve tester.

Installation

When you have installed the Go, Please execute following go get command:

go get -u github.com/qt-luigi/jsonclient

Usage

$ ./jsonclient
[args] url jsonfile
    url         sending JSON URL.  (ex. http://localhost:8080/context/sub/action)
    jsonfile    sending JSON data. (ex. {"userid":"hoge", "passwd":"fuga"})

License

MIT

Author

Ryuji Iwata

Note

This tool is mainly using by myself. :-)