Helps with common JSON-related tasks.
static string Encode(string s)
Encodes a string for inclusion in JSON.
Encodes ObjectMatrix values.
Grade Supports(Type ObjectType)
How well the JSON encoder encodes objects of type ObjectType .
void Encode(object Object, int? Indent, StringBuilder Json)
Encodes the Object to JSON.
ObjectMatrixEncoder()
Encodes ObjectMatrix values.
Interface for encoding objects of certain types to JSON.