Adds the specified content as children of this
JToken.
(Inherited from JContainer.) Add(String, JToken)Adds the specified property name.
AddAfterSelfAdds the specified content immediately after this token.
(Inherited from JToken.) AddAnnotationAdds an object to the annotation list of this
JToken.
(Inherited from JToken.) AddBeforeSelfAdds the specified content immediately before this token.
(Inherited from JToken.) AddFirstAdds the specified content as the first children of this
JToken.
(Inherited from JContainer.) AfterSelfReturns a collection of the sibling tokens after this token, in document order.
(Inherited from JToken.) AncestorsReturns a collection of the ancestor tokens of this token.
(Inherited from JToken.) AncestorsAndSelfReturns a collection of tokens that contain this token, and the ancestors of this token.
(Inherited from JToken.) Annotation(Type)Gets the first annotation object of the specified type from this
JToken.
(Inherited from JToken.) AnnotationTGet the first annotation object of the specified type from this
JToken.
(Inherited from JToken.) Annotations(Type)Gets a collection of annotations of the specified type for this
JToken.
(Inherited from JToken.) AnnotationsTGets a collection of annotations of the specified type for this
JToken.
(Inherited from JToken.) BeforeSelfReturns a collection of the sibling tokens before this token, in document order.
(Inherited from JToken.) ChildrenReturns a collection of the child tokens of this token, in document order.
(Inherited from JContainer.) ContainsKeyDetermines whether the JSON object has the specified property name.
CreateReader (Inherited from JToken.) CreateWriter (Inherited from JContainer.) DeepCloneCreates a new instance of the
JToken. All child tokens are recursively cloned.
(Inherited from JToken.) DescendantsReturns a collection of the descendant tokens for this token in document order.
(Inherited from JContainer.) DescendantsAndSelfReturns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order.
(Inherited from JContainer.) EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object.) FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.) FromObject(Object)Creates a JObject from an object.
FromObject(Object, JsonSerializer)Creates a JObject from an object.
GetEnumeratorReturns an enumerator that can be used to iterate through the collection.
GetHashCodeServes as the default hash function.
(Inherited from Object.) GetMetaObjectReturns the
DynamicMetaObjectresponsible for binding operations performed on this object.
(Overrides JTokenGetMetaObject(Expression).) GetTypeGets the
Typeof the current instance.
(Inherited from Object.) GetValue(String)Gets the
JTokenwith the specified property name.
GetValue(String, StringComparison)Gets the
JTokenwith the specified property name. The exact property name will be searched for first and if no matching property is found then the
StringComparisonwill be used to match a property.
Load(JsonReader) Load(JsonReader, JsonLoadSettings) LoadAsync(JsonReader, CancellationToken)Asynchronously loads a
JObjectfrom a
JsonReader.
LoadAsync(JsonReader, JsonLoadSettings, CancellationToken)Asynchronously loads a
JObjectfrom a
JsonReader.
MemberwiseCloneCreates a shallow copy of the current
Object.
(Inherited from Object.) Merge(Object)Merge the specified content into this
JToken.
(Inherited from JContainer.) Merge(Object, JsonMergeSettings) (Inherited from JContainer.) OnAddingNew (Inherited from JContainer.) OnCollectionChanged (Inherited from JContainer.) OnListChanged (Inherited from JContainer.) OnPropertyChanged OnPropertyChanging Parse(String)Load a JObject from a string that contains JSON.
Parse(String, JsonLoadSettings)Load a JObject from a string that contains JSON.
Properties Property(String) Property(String, StringComparison)Gets the
JPropertywith the specified name. The exact name will be searched for first and if no matching property is found then the
StringComparisonwill be used to match a property.
PropertyValues RemoveRemoves this token from its parent.
(Inherited from JToken.) Remove(String)Removes the property with the specified name.
RemoveAllRemoves the child nodes from this token.
(Inherited from JContainer.) RemoveAnnotations(Type)Removes the annotations of the specified type from this
JToken.
(Inherited from JToken.) RemoveAnnotationsTRemoves the annotations of the specified type from this
JToken.
(Inherited from JToken.) ReplaceReplaces this token with the specified token.
(Inherited from JToken.) ReplaceAllReplaces the child nodes of this token with the specified content.
(Inherited from JContainer.) SelectToken(String)Selects a
JTokenusing a JPath expression. Selects the token that matches the object path.
(Inherited from JToken.) SelectToken(String, Boolean)Selects a
JTokenusing a JPath expression. Selects the token that matches the object path.
(Inherited from JToken.) SelectTokens(String)Selects a collection of elements using a JPath expression.
(Inherited from JToken.) SelectTokens(String, Boolean)Selects a collection of elements using a JPath expression.
(Inherited from JToken.) ToObject(Type)Creates an instance of the specified .NET type from the
JToken.
(Inherited from JToken.) ToObject(Type, JsonSerializer) (Inherited from JToken.) ToObjectTCreates an instance of the specified .NET type from the
JToken.
(Inherited from JToken.) ToObjectT(JsonSerializer) (Inherited from JToken.) ToStringReturns the indented JSON for this token.
(Inherited from JToken.) ToString(Formatting, JsonConverter)Returns the JSON for this token using the given formatting and converters.
(Inherited from JToken.) TryGetValue(String, JToken)Tries to get the
JTokenwith the specified property name.
TryGetValue(String, StringComparison, JToken)Tries to get the
JTokenwith the specified property name. The exact property name will be searched for first and if no matching property is found then the
StringComparisonwill be used to match a property.
ValueTGets the
JTokenwith the specified key converted to the specified type.
(Inherited from JToken.) ValuesTReturns a collection of the child values of this token, in document order.
(Inherited from JContainer.) WriteTo (Overrides JTokenWriteTo(JsonWriter, JsonConverter).) WriteToAsync(JsonWriter, JsonConverter) (Inherited from JToken.) WriteToAsync(JsonWriter, CancellationToken, JsonConverter) (Overrides JTokenWriteToAsync(JsonWriter, CancellationToken, JsonConverter).)RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4