Helps with common JSON-related tasks.
static string Encode(string s)
Encodes a string for inclusion in JSON.
Converts values of type Dictionary{string, object} to expression strings.
string GetString(object Value)
Gets a string representing a value.
Grade Supports(Type Object)
If the interface understands objects such as Object .