JSONTokener.More Method

Definition

Returns true until the input has been exhausted.

[Android.Runtime.Register("more", "()Z", "GetMoreHandler")]
public virtual bool More ();
[<Android.Runtime.Register("more", "()Z", "GetMoreHandler")>]
abstract member More : unit -> bool
override this.More : unit -> bool

Returns

Attributes

Remarks

Returns true until the input has been exhausted.

Java documentation for org.json.JSONTokener.more().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to