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