More efficient way of unmarshalling generic json object?

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
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • Socket.io

    Realtime application framework (Node.JS server)

  • I had a look at Socker.IO as the API was more what I was after (has an event handler style API) but the Go implantation seems to be outdated (plus requires the Client to use their own API which I find clunky).

  • JSON-to-Go

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

  • You go to https://mholt.github.io/json-to-go/. You paste your raw JSON. You get a type safe deserialization schema that works out of the box with the standard library. For every other language you have to install some tool to work with schemas and even then a lot of the time it has to be a JSON Schema which means first you have to convert the raw JSON into a schema since the API doesn’t provide it. Go is just easier and more robust.

  • 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.

    SurveyJS logo
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