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

https://github.com/ik5/generate_fields

The following source code is a test of mine to generate a content based on a struct for several types of content type formats
https://github.com/ik5/generate_fields

content-types golang golang-examples http json url xml

Last synced: about 1 month ago
JSON representation

The following source code is a test of mine to generate a content based on a struct for several types of content type formats

Awesome Lists containing this project

README

          

# generate fields

The following source code is a test of mine to generate a content based on a struct for several types of content type
formats:

1. JSON format.
2. XML (with and without headers) format.
3. url.Values (encoded) format.
4. Multipart form data format.

The test is made to provide me some examples on doing so when I require the reference itself.

# License

WTFPL – Do What the Fuck You Want to Public License