Skip to content

rkusa/http-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-json

JSON helpers to read (both filtered and unfiltered) and write JSON request bodies.

Build Status GoDoc

Example

json.Read(r, &user)
json.ReadFiltered(r, &user, []string{"name"})
json.Write(rw, &user)

License

MIT

About

JSON helpers to read (both filtered and unfiltered) and write JSON request bodies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published