Helps with common JSON-related tasks.
static string Encode(string s)
Encodes a string for inclusion in JSON.
Encodes Dictionary<String, IElement> values.
ObjectExNihiloEncoder()
Encodes Dictionary<String, IElement> 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 .
Interface for encoding objects of certain types to JSON.