UTNotifications  1.8
Professional Local & Push Notification Plugin
Public Member Functions | Properties | List of all members
UTNotifications.JSONClass Class Reference
Inheritance diagram for UTNotifications.JSONClass:
UTNotifications.JSONNode

Public Member Functions

override void Add (string aKey, JSONNode aItem)
 
override JSONNode Remove (string aKey)
 
override JSONNode Remove (int aIndex)
 
override JSONNode Remove (JSONNode aNode)
 
IEnumerator GetEnumerator ()
 
override string ToString ()
 
override string ToString (string aPrefix)
 
override void Serialize (System.IO.BinaryWriter aWriter)
 
- Public Member Functions inherited from UTNotifications.JSONNode
virtual void Add (JSONNode aItem)
 
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
void SaveToStream (System.IO.Stream aData)
 
void SaveToCompressedStream (System.IO.Stream aData)
 
void SaveToCompressedFile (string aFileName)
 
string SaveToCompressedBase64 ()
 
void SaveToFile (string aFileName)
 
string SaveToBase64 ()
 

Properties

override JSONNode this[string aKey] [get, set]
 
override JSONNode this[int aIndex] [get, set]
 
override int Count [get]
 
override IEnumerable< JSONNodeChilds [get]
 
- Properties inherited from UTNotifications.JSONNode
virtual JSONNode this[int aIndex] [get, set]
 
virtual JSONNode this[string aKey] [get, set]
 
virtual string Value [get, set]
 
virtual int Count [get]
 
virtual IEnumerable< JSONNodeChilds [get]
 
IEnumerable< JSONNodeDeepChilds [get]
 
virtual int AsInt [get, set]
 
virtual float AsFloat [get, set]
 
virtual double AsDouble [get, set]
 
virtual bool AsBool [get, set]
 
virtual JSONArray AsArray [get]
 
virtual JSONClass AsObject [get]
 

Additional Inherited Members

- Static Public Member Functions inherited from UTNotifications.JSONNode
static implicit operator JSONNode (string s)
 
static implicit operator string (JSONNode d)
 
static bool operator== (JSONNode a, object b)
 
static bool operator!= (JSONNode a, object b)
 
static JSONNode Parse (string aJSON)
 
static JSONNode Deserialize (System.IO.BinaryReader aReader)
 
static JSONNode LoadFromCompressedFile (string aFileName)
 
static JSONNode LoadFromCompressedStream (System.IO.Stream aData)
 
static JSONNode LoadFromCompressedBase64 (string aBase64)
 
static JSONNode LoadFromStream (System.IO.Stream aData)
 
static JSONNode LoadFromFile (string aFileName)
 
static JSONNode LoadFromBase64 (string aBase64)
 

The documentation for this class was generated from the following file: