Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

JsonNamespace class

From Catglobe Wiki

JsonNamespace



The json namespace

Parent class

Inherits from object

Methods

  • string Encode(object obj "Object to encode") - Encode an object to a json string
  • string EncodeWcf(object obj "Object to encode") - Encode an object to a json string using Wcf json (where __type is added)
  • object Parse(string json "String to parse") - Parse a json string to an object structure
  • object ParseWcf(string json "String to parse") - Parse a json string to an object structure using Wcf json (where __type is respected)
  • (From object) string ToString() - The string representation of the object.

Properties

  • string ObjectTypeName { get; } - The name of the type of object.
  • (From object) TypeInformation TypeInformation { get; } - Get information about this class.