How to Work with an HTTP Get Return Value

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • JSON-to-Go

    Translates JSON into a Go type in your browser instantly (original)

    In Go you basically don't. Here is a fantastic resource for taking JSON and turning it into a Go struct, it takes some of the pain out. Also, structs are great for when you want to capture just a piece of the message.

  • requests

    HTTP requests for Gophers (by earthboundkid)

    I wrote a library to make it easier: https://github.com/carlmjohnson/requests

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts