Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kopoli/jsondump

A simple server to GET and PUT JSON formatted data
https://github.com/kopoli/jsondump

Last synced: about 2 months ago
JSON representation

A simple server to GET and PUT JSON formatted data

Awesome Lists containing this project

README

        

# Jsondump

A server to dump JSON data into.

## Installation

```
$ go get github.com/kopoli/jsondump
```

## Description

NOTE: Pre-alpha quality software.

This is a server that one can GET and PUT JSON formatted data into.

The toplevel package is the server program.
A client library can be found in `github.com/kopoli/jsondump/client`.

## Usage

Example of the client library usage can be found in the `integrate_test.go` file.

## License

MIT license