public static void SetJson(this AltecJsonSchema schema, Element element, string json) { schema.SetJson(element, json); }
public static string GetJson(this AltecJsonSchema schema, Element element) { return(schema.GetJson(element)); }