JValue Class |
[Missing <summary> documentation for "T:Stimulsoft.Base.Json.Linq.JValue"]
Namespace: Stimulsoft.Base.Json.Linq
The JValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | JValue(Boolean) | Initializes a new instance of the JValue class |
![]() | JValue(Char) | Initializes a new instance of the JValue class |
![]() | JValue(DateTime) | Initializes a new instance of the JValue class |
![]() | JValue(DateTimeOffset) | Initializes a new instance of the JValue class |
![]() | JValue(Decimal) | Initializes a new instance of the JValue class |
![]() | JValue(Double) | Initializes a new instance of the JValue class |
![]() | JValue(Guid) | Initializes a new instance of the JValue class |
![]() | JValue(Int64) | Initializes a new instance of the JValue class |
![]() | JValue(Object) | Initializes a new instance of the JValue class |
![]() | JValue(Single) | Initializes a new instance of the JValue class |
![]() | JValue(String) | Initializes a new instance of the JValue class |
![]() | JValue(TimeSpan) | Initializes a new instance of the JValue class |
![]() | JValue(UInt64) | Initializes a new instance of the JValue class |
![]() | JValue(Uri) | Initializes a new instance of the JValue class |
![]() | JValue(JValue) | Initializes a new instance of the JValue class |
Name | Description | |
---|---|---|
![]() | First | (Inherited from JToken.) |
![]() | HasValues | (Overrides JTokenHasValues.) |
![]() | Item | (Inherited from JToken.) |
![]() | Last | (Inherited from JToken.) |
![]() | Next | (Inherited from JToken.) |
![]() | Parent | (Inherited from JToken.) |
![]() | Path | (Inherited from JToken.) |
![]() | Previous | (Inherited from JToken.) |
![]() | Root | (Inherited from JToken.) |
![]() | Tag | (Inherited from JToken.) |
![]() | Type | (Overrides JTokenType.) |
![]() | Value |
Name | Description | |
---|---|---|
![]() | IsValid(JsonSchema) | Overloaded. (Defined by Extensions.) |
![]() | IsValid(JsonSchema, IListString) | Overloaded. (Defined by Extensions.) |
![]() | Validate(JsonSchema) | Overloaded. (Defined by Extensions.) |
![]() | Validate(JsonSchema, ValidationEventHandler) | Overloaded. (Defined by Extensions.) |