Possible Duplicate:
Using StringEscapeHandling.EscapeNonAscii with Json.NET
The latest release of Json.NET (4.5.11) contains StringEscapeHandling.EscapeNonAscii, which escapes all non ASCII chars. But, I can't figure out how to use it. The docs don't seem to have any examples that I can find (only a release note announcing it).
Could someone show an example of serializing an object into a JSON string, using EscapeNonAscii?