Hey Stephen Wood
Explore nerdy things with me.
Pages
(Move to ...)
Home
About Me
@stephenMW
Github
Linkedin
▼
Showing posts with label
json
.
Show all posts
Showing posts with label
json
.
Show all posts
Monday, June 11, 2018
Working with nulls with sql databases in Golang
›
Go is typed with no generics, so it's a little tricky working with databases where null values abound. the sql package includes stru...
Monday, November 18, 2013
Verifying JSON easily on the command line
›
You can pipe stdout into python -mjson.tool to validate it. It makes for quick and easy json validation on the command line. We'll ...
›
Home
View web version