diff --git a/doc/go1.5.html b/doc/go1.5.html index 9dc289e639..4e173d130a 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -931,6 +931,16 @@ if a JSON value is not appropriate for the target variable or component to which it is being unmarshaled. +
  • +The encoding/json's +Decoder +type has a new method that provides a streaming interface for decoding +a JSON document: +Token. +It also interoperates with the existing functionality of Decode, +which will continue a decode operation already started with Decoder.Token. +
  • +
  • The flag package has a new function, UnquoteUsage,