Public classes


Scripts/

   JArray
   JBoolean
   JNull
   JNumber
   JSON
   JString
   JValue

Scripts/Attributes/

      ExcludeFromJSONSerializeAttribute
      IncludeToJSONSerializeAttribute

Scripts/Exceptions/

      DeserializeException
      JArgumentException
      JArgumentNullException
      JArrayIndexOutOfRangeException
      JNumberFormatException
      JNumberOverflowException
      JSONKeyAlreadyExistsException
      JSONKeyNotFoundException
      JValueNullException
      JValueTypeException
      ParseException
      ProtectedException
      SerializeException
      UnknownObjectTypeException

Scripts/Settings/

      CreateStringSettings
      DeserializeSettings
      ParseStringSettings
      SerializeSettings


Introduction page

JValue


Abstract base class for all JSON objects: JSON, JArray, JNumber, JBoolean, JString and JNull.


Methods

public virtual string CreateString ()Turns this object to JSON formatted string.
public virtual string CreateString (CreateStringSettings settings)Turns this object to JSON formatted string using specified settings.

Methods

public virtual string CreateString ()

Turns this object to JSON formatted string.

ReturnsThis object as JSON formatted string, containing only basic ascii characters between [32..126] without line feeds.


public virtual string CreateString (CreateStringSettings settings)

Turns this object to JSON formatted string using specified settings.

ReturnsThis object as JSON formatted string.