Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Sun, 19 Feb 2017 01:02:00 +0000 How to determine if a JSON key has been set to null or not provided in Go #json In this article we discuss how to differentiate between { "published_at": null } and a JSON payload that simply doesn't have the published_at key set at all. 10 points posted by jon https://www.calhoun.io/how-to-determine-if-a-json-key-has-been-set-to-null-or-not-provided 1741 Tue, 14 Feb 2017 23:40:00 +0000 Jid - json incremental digger #json 10 points posted by kenny https://github.com/simeji/jid 1317 Wed, 07 Dec 2016 08:18:00 +0000 jd - an interactive JSON editor #json 8 points posted by gopher https://github.com/tidwall/jd 1328 Fri, 09 Dec 2016 10:56:00 +0000 Building a high performance JSON parser #json 7 points posted by kenny https://dave.cheney.net/high-performance-json.html 4390 Sat, 27 Jun 2020 15:47:00 +0000 gabs - parse, create and edit unknown or dynamic JSON in golang #json For parsing, creating and editing unknown or dynamic JSON in golang by Jeffail 6 points posted by gopher https://github.com/Jeffail/gabs 1600 Sun, 22 Jan 2017 21:49:00 +0000 json2go - create go types from #json Quick tool for creatiing go type to unmarshal json data. If you have many json documents and are looking for structure to cover them all, this could be especially useful. 5 points posted by haremango https://github.com/m-zajac/json2go 2764 Fri, 06 Oct 2017 22:50:00 +0000 jsonapi serializer and deserializer #data #json jsonapi.org style payload serializer and deserializer by google 4 points posted by gopher https://github.com/google/jsonapi 1626 Thu, 26 Jan 2017 12:22:00 +0000 Simplejson - a Go package to interact with arbitrary JSON #json #data 4 points posted by gopher https://github.com/bitly/go-simplejson 312 Mon, 19 Oct 2015 13:12:00 +0000