Icon SkipPropertyValue Method

procedure SkipPropertyValue

Available In: Client and Server Applications

Use this method to skip over a JSON property value. If the JSON property value is an object, then the SkipObject method is used to skip over the value. If the JSON property value is an array, then the SkipArray method is used to skip over the value. Otherwise, the NextToken method is used to skip over the value.
Image