<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
path: root/json/read.go
diff options
context:
space:
mode:
Diffstat (limited to 'json/read.go')
-rw-r--r--json/read.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/json/read.go b/json/read.go
index f3a0a65..91589cf 100644
--- a/json/read.go
+++ b/json/read.go
@@ -29,7 +29,9 @@ const (
type JSONReaderState int
const (
+ // Immediately before a value
JSONReaderStateValue JSONReaderState = iota
+ // Immediate after a value
JSONReaderStateValueEnd
)