Class JRaw
Represents a raw JSON string.
Implements
System.Collections.Generic.IEnumerable<JToken>
System.Collections.IEnumerable
System.ICloneable
System.Dynamic.IDynamicMetaObjectProvider
System.IFormattable
System.IComparable
System.IEquatable<JValue>
System.IComparable<JValue>
System.IConvertible
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Bayat.Json.Linq
Assembly: Bayat.Json.Runtime.dll
Syntax
public class JRaw : JValue, IJEnumerable<JToken>, IEnumerable<JToken>, IEnumerable, IJsonLineInfo, ICloneable, IDynamicMetaObjectProvider, IFormattable, IComparable, IEquatable<JValue>, IComparable<JValue>, IConvertible
Constructors
| Improve this Doc View SourceJRaw(JRaw)
Declaration
public JRaw(JRaw other)
Parameters
Type | Name | Description |
---|---|---|
JRaw | other | A JRaw object to copy from. |
JRaw(Object)
Initializes a new instance of the JRaw class.
Declaration
public JRaw(object rawJson)
Parameters
Type | Name | Description |
---|---|---|
System.Object | rawJson | The raw json. |
Methods
| Improve this Doc View SourceCloneToken()
Declaration
public override JToken CloneToken()
Returns
Type | Description |
---|---|
JToken |
Overrides
| Improve this Doc View SourceCreate(JsonReader)
Creates an instance of JRaw with the content of the reader's current token.
Declaration
public static JRaw Create(JsonReader reader)
Parameters
Type | Name | Description |
---|---|---|
JsonReader | reader | The reader. |
Returns
Type | Description |
---|---|
JRaw | An instance of JRaw with the content of the reader's current token. |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.ICloneable
System.Dynamic.IDynamicMetaObjectProvider
System.IFormattable
System.IComparable
System.IEquatable<T>
System.IComparable<T>
System.IConvertible