diff --git a/moshi/src/main/java/com/squareup/moshi/JsonReader.java b/moshi/src/main/java/com/squareup/moshi/JsonReader.java index 3f70b6b..d26d563 100644 --- a/moshi/src/main/java/com/squareup/moshi/JsonReader.java +++ b/moshi/src/main/java/com/squareup/moshi/JsonReader.java @@ -23,7 +23,7 @@ import okio.BufferedSource; import okio.ByteString; /** - * Reads a JSON (RFC 4627) + * Reads a JSON (RFC 7159) * encoded value as a stream of tokens. This stream includes both literal * values (strings, numbers, booleans, and nulls) as well as the begin and * end delimiters of objects and arrays. The tokens are traversed in @@ -272,7 +272,7 @@ public class JsonReader implements Closeable { /** * Configure this parser to be liberal in what it accepts. By default * this parser is strict and only accepts JSON as specified by RFC 4627. Setting the + * href="http://www.ietf.org/rfc/rfc7159.txt">RFC 7159. Setting the * parser to lenient causes it to ignore the following syntax errors: * *