Object
JSONPrimitive
![]() | Private constructor. |
![]() | Returns the value as Boolean from the primitive |
![]() | Returns the value as Double from the primitive |
![]() | Returns the value as Integer (Int64) from the primitive |
![]() | Returns true if the primitive contains Array. |
![]() | Returns true if the primitive contains Boolean. |
![]() | Returns true if the primitive contains Double. |
![]() | Returns true if the primitive is false. |
![]() | Returns true if the primitive contains Integer value. |
![]() | Returns true if the primitive contains null or nil. |
![]() | Returns true if the primitive contains number (can be Integer or Double) |
![]() | Returns true if the primitive contains JSONObject (dictionary) |
![]() | Returns true if the primitive contains String. |
![]() | Returns true if the primitive is true. |
![]() | Returns the value as Double from the primitive, reading the value either from Integer or Double, not caring which one it is. |
![]() | Returns the value as String from the primitive |
![]() | Returns type code for the primitive. The type code can be any value from the JSONPrimitive.NodeTypeEnum. |
![]() | Makes a clone of the JSONPrimitive. |
![]() | Constructs JSONPrimitive from a Boolean. |
![]() | Constructs JSONPrimitive from a Double. |
![]() | Constructs JSONPrimitive from a Integer. |
![]() | Constructs JSONPrimitive from Nil. |
![]() | Constructs JSONPrimitive from a String. |
![]() | Generates JSON structure from a variant. |
![]() | Generates JSON string from the JSON object model. All parameters of this function are optional. |
![]() | Comparison operator to compare two JSONPrimitives with the standard Xojo = operator. |
![]() | Parses JSON string. |
![]() | Attempts to convert the JSON structure to variant. Taking optional delegate to evaluate custom structures such as color and date which are not part of normal JSON standard. |
![]() | Delegate to use with JSONPrimitive.ToVariant to evaluated custom structures which are not part of the JSON standard such as for example Date or Color. |
![]() | Enum representing types of primitive nodes. |