_isJSON5UnicodeWhitespace

private fnbool _isJSON5UnicodeWhitespace(const dchar dc) @safe pure nothrow @nogc

Returns true if dc is a non-ASCII whitespace character recognized by JSON5.

This follows the JSON5/ECMAScript whitespace set (Unicode Zs plus \uFEFF), including line separators \u2028 and \u2029.