Legal Notice, Privacy Policy

Impressum, Datenschutzerklärung

Cerberus X Documentation

Class JsonString

Value representing a string. More...

Declarations

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.

Detailed Discussion

Value representing a string.


Constructors Documentation

Method New ( value:String )

New value from string.


Methods Documentation

Method StringValue : String ()

Returns string value.

Method ToJson : String ()

Returns value as quoted string with escaped quotation marks.


Functions Documentation

Function Instance : JsonString ( value:String )

Returns an object containing string.