Add the ability to convert the json created back to an html string
JsonizeParser parser = new JsonizeParser();
JsonizeSerializer serializer = new JsonizeSerializer();
Jsonizer jsonizer = new Jsonizer(parser, serializer);
jsonizer.ParseToHtmlAsync(JsonizeNode);