tjhorner / makerbot-rpc

🔌 Go client library for MakerBot 3D printers

Home Page:https://godoc.org/github.com/tjhorner/makerbot-rpc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maybe switch to encoding/json's scanner?

tjhorner opened this issue · comments

This exists: https://golang.org/src/encoding/json/scanner.go

Maybe we should use it instead of the homebrew jsonreader.go?