Home | History | Annotate | Download | only in versions

Lines Matching full:jsonreader

825 <p>New classes, {@link android.util.JsonReader} and {@link android.util.JsonWriter}, help you
829 <p>You can create an instance of {@link android.util.JsonReader} by calling
831 Then begin reading an object by calling {@link android.util.JsonReader#beginObject()}, read a
832 key name with {@link android.util.JsonReader#nextName()}, read the value using methods
833 respective to the type, such as {@link android.util.JsonReader#nextString()} and {@link
834 android.util.JsonReader#nextInt()}, and continue doing so while {@link
835 android.util.JsonReader#hasNext()} is true.</p>
843 <p>These classes are strict by default. The {@link android.util.JsonReader#setLenient setLenient()}