Date | 2016-01-23 (3,219 days ago) |
---|---|
Downloads | 2,713 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 4.5 |
true
and false
weren't given the proper CSS class in the output (see ab48b2e
).Highlighter
class now has a number of methods overloads - eg. rather than specifying a raw JSON string, you can now also specified an instance of JToken
from the Newtonsoft.Json package (see 1e094b3
).HtmlHelper
class of ASP.NET MVC. This means that you can now do something like @Html.HighlightJson(myJson)
. The method will return an instance of HtmlString
, so you don't have do to anything to render the output as HTML (see 5723225
).