Method New ( value:String )
New value from string.
Impressum, Datenschutzerklärung
Value representing a string. More...
Extends | |
---|---|
JsonValue |
This base class provides some fall-back functionality for the specific json value |
Constructors | |
---|---|
New ( value:String ) |
New value from string. |
Methods | |
---|---|
StringValue : String () |
Returns string value. |
ToJson : String () |
Returns value as quoted string with escaped quotation marks. |
Functions | |
---|---|
Instance : JsonString ( value:String ) |
Returns an object containing string. |
Inherited Properties | |
---|---|
Type : Int () |
Indicates the type of the specific JsonValue object. |
Inherited Methods | |
---|---|
BoolValue : Bool () |
For a JsonBool, this will return its boolean value. |
FloatValue : Float () |
For a JsonNumber, this will return its numerical value as float. |
IntValue : Int () |
For a JsonNumber, this will return its numerical value as int. |
Value representing a string.
Method New ( value:String )
New value from string.
Method StringValue : String ()
Returns string value.
Method ToJson : String ()
Returns value as quoted string with escaped quotation marks.
Function Instance : JsonString ( value:String )
Returns an object containing string.